aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-18 21:02:14 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-03-18 21:02:14 +0100
commita32672d18e889fe5020400edc591350f50f2af41 (patch)
treebfaa74eb31f89bfa62fd2f2172d6bb1babb909ad /picohttp.c
parent415794cb093e894ba15f5cd0f814e64496e41e7a (diff)
parent43e94ded492f183e4db2589e74204969b261d5bb (diff)
downloadlitheweb-a32672d18e889fe5020400edc591350f50f2af41.tar.gz
litheweb-a32672d18e889fe5020400edc591350f50f2af41.tar.bz2
Merge branch 'master' of /home/dw/extradev/picohttp
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