summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-15 12:59:47 +0000
committerJim Meyering <jim@meyering.net>2002-07-15 12:59:47 +0000
commitbac77ea3d9160df1df844f6b24d9595c18431734 (patch)
treebc3cf00eecb40512e510b80d50c67885a149e7ff /lib
parentb65a2d1877dd2610e25c0eeaabf42157e9a910f7 (diff)
downloadcoreutils-bac77ea3d9160df1df844f6b24d9595c18431734.tar.xz
Include <string.h>.
Diffstat (limited to 'lib')
-rw-r--r--lib/xstat.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xstat.in b/lib/xstat.in
index 90d1bcb03..72fd7f65d 100644
--- a/lib/xstat.in
+++ b/lib/xstat.in
@@ -31,6 +31,7 @@
extern int errno;
#endif
@BEGIN_LSTAT_ONLY@
+#include <string.h>
#if HAVE_STDLIB_H
# include <stdlib.h>