X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fpath-concat.c;h=8c4bbb4e8b2e73c3a5b5d16df79ffea1dc1fbda2;hb=91abc3ea5f6beb62c546bd01777dd056e1ffcd39;hp=ac2c8b8d512563e3299eb65f1ba698238f2e8bf6;hpb=e704e54e6aef6e1a319b727a1d6c847f0fec74aa;p=gnulib.git diff --git a/lib/path-concat.c b/lib/path-concat.c index ac2c8b8d5..8c4bbb4e8 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -32,7 +32,9 @@ #include char *malloc (); +#ifndef strdup char *strdup (); +#endif #ifndef DIRECTORY_SEPARATOR # define DIRECTORY_SEPARATOR '/'