X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fposixver.c;h=0e75676f9691e1afa2f60b6606836cc2bb2d063d;hb=1657e8ea4800a0ecbd67c05e6b8896b37720110b;hp=2fa097ae6c41e0d7b2678d9ef23189d0038a830b;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/posixver.c b/lib/posixver.c index 2fa097ae6..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 @@ -18,7 +18,7 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif @@ -27,9 +27,7 @@ #include #include -#if HAVE_UNISTD_H -# include -#endif +#include #ifndef _POSIX2_VERSION # define _POSIX2_VERSION 0 #endif