diff lib/setenv.c @ 4683:4452e4c45cc4

Assume ANSI C <string.h>, <stdlib.h>.
author Bruno Haible <bruno@clisp.org>
date Wed, 10 Sep 2003 14:16:32 +0000
parents e58a1c05a6ba
children ce37d22a271f
line wrap: on
line diff
--- a/lib/setenv.c
+++ b/lib/setenv.c
@@ -28,12 +28,8 @@
 # define __set_errno(ev) ((errno) = (ev))
 #endif
 
-#if _LIBC || HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
-#if _LIBC || HAVE_STRING_H
-# include <string.h>
-#endif
+#include <stdlib.h>
+#include <string.h>
 #if _LIBC || HAVE_UNISTD_H
 # include <unistd.h>
 #endif