diff options
Diffstat (limited to 'lib/strtok.c')
-rw-r--r-- | lib/strtok.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strtok.c b/lib/strtok.c index 94eac0e64..33bdd96af 100644 --- a/lib/strtok.c +++ b/lib/strtok.c @@ -20,12 +20,12 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" #ifndef HAVE_STRTOK_R #include <stddef.h> -#include "strtok.h" +#include "curl_strtok.h" char * Curl_strtok_r(char *ptr, const char *sep, char **end) |