]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <stdlib.h> unconditionally.
authorJim Meyering <jim@meyering.net>
Thu, 11 Sep 2003 09:06:50 +0000 (09:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 Sep 2003 09:06:50 +0000 (09:06 +0000)
lib/rpmatch.c

index 7759d0ca7e964844604c7396d1497c3fbc03e889..7ed4ded90296eb4baa32b295cad0c00456ff4e83 100644 (file)
@@ -21,9 +21,7 @@
 #endif
 
 #include <stddef.h>
-#if STDC_HEADERS || _LIBC
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
 
 #if ENABLE_NLS
 # include <sys/types.h>