diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-15 12:59:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-15 12:59:47 +0000 |
commit | bac77ea3d9160df1df844f6b24d9595c18431734 (patch) | |
tree | bc3cf00eecb40512e510b80d50c67885a149e7ff /lib | |
parent | b65a2d1877dd2610e25c0eeaabf42157e9a910f7 (diff) | |
download | coreutils-bac77ea3d9160df1df844f6b24d9595c18431734.tar.xz |
Include <string.h>.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xstat.in | 1 |
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> |