diff --git a/cde/lib/csa/lutil.c b/cde/lib/csa/lutil.c index a5faff9fc..78a9edc8f 100644 --- a/cde/lib/csa/lutil.c +++ b/cde/lib/csa/lutil.c @@ -49,7 +49,9 @@ #define SVR4 #endif +#if !defined(linux) extern char * strdup(const char *); +#endif extern char * _DtCmGetPrefix(char *str, char sep)