projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9f538d
)
Include <string.h> if available.
author
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 16:48:51 +0000
(16:48 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 25 Dec 1997 16:48:51 +0000
(16:48 +0000)
lib/path-concat.c
patch
|
blob
|
history
diff --git
a/lib/path-concat.c
b/lib/path-concat.c
index
ff39780
..
b0c18a8
100644
(file)
--- a/
lib/path-concat.c
+++ b/
lib/path-concat.c
@@
-26,6
+26,9
@@
#endif
#include <stdio.h>
+#ifdef HAVE_STRING_H
+# include <string.h>
+#endif
#include <sys/types.h>
char *malloc ();