Include <stdlib.h> unconditionally.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:05:31 +0000 (09:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 09:05:31 +0000 (09:05 +0000)
(malloc): Remove decl.

lib/modechange.c

index 8cec11d..c9bdbe7 100644 (file)
 #include <sys/stat.h>
 #include "xstrtol.h"
 #include <stddef.h>
-
-#if STDC_HEADERS
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
+#include <stdlib.h>
 
 #if STAT_MACROS_BROKEN
 # undef S_ISDIR