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 --- frontends/gtk/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/gtk') diff --git a/frontends/gtk/window.c b/frontends/gtk/window.c index abfda9305..326e57395 100644 --- a/frontends/gtk/window.c +++ b/frontends/gtk/window.c @@ -23,7 +23,6 @@ */ #include -#include #include #include #include @@ -32,6 +31,7 @@ #include #include +#include "netsurf/inttypes.h" #include "utils/log.h" #include "utils/utf8.h" #include "utils/nsoption.h" -- cgit v1.2.3