X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/02650b7f0e3ef470a949768bdb907183da4b3beb..8405b70c057cf1e117e81a77114b055d7c9b59f1:/lib/get-errno.c?ds=sidebyside 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