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

Include <stdlib.h>, <string.h> unconditionally.

(free): Remove decl.
This commit is contained in:
Jim Meyering
2003-09-10 09:05:41 +00:00
parent ec98adbc22
commit 77438a47c0

View File

@@ -21,18 +21,9 @@
#include <stdio.h>
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#ifdef STDC_HEADERS
# include <stdlib.h>
#else
void free ();
#endif
#if defined STDC_HEADERS || defined HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>
#endif
#include "xalloc.h"
#ifndef strstr