From 7527650eaab1f1910f6bfa24061a0bddc7937b9f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 18 Feb 2013 03:31:13 +0100 Subject: fixed several compiler warnings --- nanohttp/nanohttp-response.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nanohttp/nanohttp-response.c') diff --git a/nanohttp/nanohttp-response.c b/nanohttp/nanohttp-response.c index 54c05dc..d5592c6 100755 --- a/nanohttp/nanohttp-response.c +++ b/nanohttp/nanohttp-response.c @@ -46,6 +46,10 @@ #include #endif +#ifndef strtok_r +extern char* strtok_r(char*, const char*, char**); +#endif + #include "nanohttp-logging.h" #include "nanohttp-error.h" #include "nanohttp-common.h" -- cgit v1.1-32-gdbae