tizen 2.3.1 release
[external/curl.git] / lib / strtok.c
index 91c2541..0d31351 100644 (file)
  *
  ***************************************************************************/
 
-#include "setup.h"
+#include "curl_setup.h"
 
 #ifndef HAVE_STRTOK_R
 #include <stddef.h>
-#include <string.h>
 
 #include "strtok.h"