aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-18 21:02:06 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-18 21:02:06 +0100
commit43e94ded492f183e4db2589e74204969b261d5bb (patch)
treeb684d6af214bbc8f01b1818c63a7c52627606598 /picohttp.c
parent7fbc390e87ce671eda9cd756d07c2d81d4b79831 (diff)
parent2d980f042719e6971d84c3293438b1416b16ffbe (diff)
downloadlitheweb-43e94ded492f183e4db2589e74204969b261d5bb.tar.gz
litheweb-43e94ded492f183e4db2589e74204969b261d5bb.tar.bz2
Merge branch 'devel'
Diffstat (limited to 'picohttp.c')
-rw-r--r--picohttp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/picohttp.c b/picohttp.c
index 1c2a16e..43d4652 100644
--- a/picohttp.c
+++ b/picohttp.c
@@ -56,6 +56,7 @@ static size_t picohttp_fmt_int(char *dest,int i) {
return picohttp_fmt_uint(dest, i);
}
#else
+#include <djb/byte/fmt.h>
#define picohttp_fmt_uint fmt_ulong
#define picohttp_fmt_int fmt_long
#endif