From 2d980f042719e6971d84c3293438b1416b16ffbe Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Mon, 18 Mar 2013 21:01:31 +0100 Subject: Mon Mar 18 21:01:31 CET 2013 --- picohttp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'picohttp.c') diff --git a/picohttp.c b/picohttp.c index e3762f1..7e56de1 100644 --- a/picohttp.c +++ b/picohttp.c @@ -53,6 +53,7 @@ static size_t picohttp_fmt_int(char *dest,int i) { return picohttp_fmt_uint(dest, i); } #else +#include #define picohttp_fmt_uint fmt_ulong #define picohttp_fmt_int fmt_long #endif -- cgit v1.2.3