Assume stdlib.h per the C89 spec.
authorJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:42:04 +0000 (08:42 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Sep 2003 08:42:04 +0000 (08:42 +0000)
lib/getndelim2.c

index fb75a3f..db81e1b 100644 (file)
 /* Specification.  */
 #include "getndelim2.h"
 
-#if STDC_HEADERS
-# include <stdlib.h>
-#else
-char *malloc (), *realloc ();
-#endif
+#include <stdlib.h>
 
 #include "unlocked-io.h"