Include <string.h> if available.
authorJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 16:48:51 +0000 (16:48 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Dec 1997 16:48:51 +0000 (16:48 +0000)
lib/path-concat.c

index ff39780..b0c18a8 100644 (file)
@@ -26,6 +26,9 @@
 #endif
 
 #include <stdio.h>
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
 #include <sys/types.h>
 
 char *malloc ();