aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-18 21:01:31 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-18 21:01:31 +0100
commit2d980f042719e6971d84c3293438b1416b16ffbe (patch)
tree6b10c68888ce2c16a7d48cc69649afc284a05f9f /picohttp.c
parent695008f9d18220e9d9c2558129ffcd4db15d2a26 (diff)
downloadlitheweb-2d980f042719e6971d84c3293438b1416b16ffbe.tar.gz
litheweb-2d980f042719e6971d84c3293438b1416b16ffbe.tar.bz2
Mon Mar 18 21:01:31 CET 2013
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 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 <djb/byte/fmt.h>
#define picohttp_fmt_uint fmt_ulong
#define picohttp_fmt_int fmt_long
#endif