changeset 4012:6a05718a3052

[@BEGIN_LSTAT_ONLY@]: Include <string.h>.
author Jim Meyering <jim@meyering.net>
date Sat, 23 Nov 2002 15:47:14 +0000
parents 84ecbce50a3c
children d34039a85806
files lib/xstat.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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>