From 6075feb4875ed2035de460fcdc7858f314ad0bef Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 21 Jan 2017 14:20:55 +0000 Subject: create netsurf inttypes header to have portable integer formatting macros --- content/fetchers/data.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetchers/data.c') diff --git a/content/fetchers/data.c b/content/fetchers/data.c index 139d09aea..cb99e6ff2 100644 --- a/content/fetchers/data.c +++ b/content/fetchers/data.c @@ -27,6 +27,7 @@ #include #include +#include "netsurf/inttypes.h" #include "utils/url.h" #include "utils/nsurl.h" #include "utils/corestrings.h" -- cgit v1.2.3