X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fposixver.c;h=0e75676f9691e1afa2f60b6606836cc2bb2d063d;hb=633351a9c79940c871ce6ed4d182844239c1ef72;hp=3a0bb5201592d705def34743c8acc00c283460f8;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/posixver.c b/lib/posixver.c index 3a0bb5201..0e75676f9 100644 --- a/lib/posixver.c +++ b/lib/posixver.c @@ -1,6 +1,6 @@ /* Which POSIX version to conform to, for utilities. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,9 +27,7 @@ #include #include -#if HAVE_UNISTD_H -# include -#endif +#include #ifndef _POSIX2_VERSION # define _POSIX2_VERSION 0 #endif