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 --- utils/http/primitives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/http') diff --git a/utils/http/primitives.c b/utils/http/primitives.c index f4c4e056e..1e24d2a0d 100644 --- a/utils/http/primitives.c +++ b/utils/http/primitives.c @@ -16,11 +16,11 @@ * along with this program. If not, see . */ -#include #include #include #include +#include "netsurf/inttypes.h" #include "utils/http/primitives.h" /** -- cgit v1.2.3