1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

Assume stdlib.h per the C89 spec.

This commit is contained in:
Jim Meyering
2003-09-10 08:42:04 +00:00
parent 73ec01a112
commit dfd16eff6d

View File

@@ -27,11 +27,7 @@
/* Specification. */
#include "getndelim2.h"
#if STDC_HEADERS
# include <stdlib.h>
#else
char *malloc (), *realloc ();
#endif
#include <stdlib.h>
#include "unlocked-io.h"