From b84d947be493c93589c1234bb03ffdec801739eb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Nov 2001 09:29:31 +0000 Subject: no include, no const in strdup --- src/config-mac.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config-mac.h b/src/config-mac.h index 949a22f64..9e8daf0e4 100644 --- a/src/config-mac.h +++ b/src/config-mac.h @@ -1,6 +1,4 @@ -#include "GUSICommandLine.h" - #define main(x,y) curl_main(x,y) /* we provide our own strdup prototype */ -char *strdup(const char *s1); +char *strdup(char *s1); -- cgit v1.2.3