*** empty log message ***
[gnulib.git] / lib / path-concat.c
index ac2c8b8..8c4bbb4 100644 (file)
@@ -32,7 +32,9 @@
 #include <sys/types.h>
 
 char *malloc ();
+#ifndef strdup
 char *strdup ();
+#endif
 
 #ifndef DIRECTORY_SEPARATOR
 # define DIRECTORY_SEPARATOR '/'