diff lib/mountlist.c @ 20:395da10fb137

GNU file utilities
author Jim Meyering <jim@meyering.net>
date Sun, 28 Mar 1993 19:25:12 +0000
parents 41c9d08b09d7
children 63b43eab1c61
line wrap: on
line diff
--- a/lib/mountlist.c	Sat Oct 31 20:42:49 1992 +0000
+++ b/lib/mountlist.c	Sun Mar 28 19:25:12 1993 +0000
@@ -24,7 +24,7 @@
 #else
 void free ();
 #endif
-#if defined(USG) || defined(STDC_HEADERS)
+#if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
 #include <string.h>
 #else
 #include <strings.h>