X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fposixver.c;h=e7b4699783c622cf504e1cb12390d264bdc1a41b;hb=a7cc0db9f5f6c63936c6914d4bb6448789774e5f;hp=2fa097ae6c41e0d7b2678d9ef23189d0038a830b;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/posixver.c b/lib/posixver.c index 2fa097ae6..e7b469978 100644 --- a/lib/posixver.c +++ b/lib/posixver.c @@ -1,6 +1,7 @@ /* Which POSIX version to conform to, for utilities. - Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2006 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,18 +19,14 @@ /* Written by Paul Eggert. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "posixver.h" #include #include -#if HAVE_UNISTD_H -# include -#endif +#include #ifndef _POSIX2_VERSION # define _POSIX2_VERSION 0 #endif