now declare strdup as extern
This commit is contained in:
@@ -61,6 +61,9 @@ extern char *getcwd();
|
|||||||
#else
|
#else
|
||||||
extern char *getwd();
|
extern char *getwd();
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef NEED_STRDUP
|
||||||
|
extern char *strdup();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************
|
/*******************************************************************
|
||||||
|
Reference in New Issue
Block a user