1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-04 12:05:23 +02:00

(<string.h>): Include only #if HAVE_STRING_H.

Otherwise, include <strings.h>
This commit is contained in:
Jim Meyering
2000-03-17 19:34:16 +00:00
parent 03bc0dd04d
commit 00a6ef7e2e

View File

@@ -28,7 +28,11 @@
#endif
#include <stdio.h>
#include <string.h>
#if HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>
#endif
#include <errno.h>
#ifndef errno