X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fposixver.c;h=e7b4699783c622cf504e1cb12390d264bdc1a41b;hb=2881adf0537d8691ba819514c7dc396d8b66eb5e;hp=3a0bb5201592d705def34743c8acc00c283460f8;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/posixver.c b/lib/posixver.c index 3a0bb5201..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. */ -#ifdef 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