X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/02650b7f0e3ef470a949768bdb907183da4b3beb..5a43d4184f2318c02b6ba87656559e8b5bb424ef:/lib/get-errno.c diff --git a/lib/get-errno.c b/lib/get-errno.c index 8e8ef582..56876de2 100644 --- a/lib/get-errno.c +++ b/lib/get-errno.c @@ -18,14 +18,12 @@ /* Written by Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include -#endif - -#include +#include #include "get-errno.h" +#include + /* Get and set errno. A source file that needs to set or get errno, but doesn't need to test for specific errno values, can use these functions to avoid namespace pollution. For example, a file that