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/atari/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/atari/font.c') diff --git a/frontends/atari/font.c b/frontends/atari/font.c index 5402e7870..79716551f 100644 --- a/frontends/atari/font.c +++ b/frontends/atari/font.c @@ -16,11 +16,11 @@ * along with this program. If not, see . */ -#include #include #include #include +#include "netsurf/inttypes.h" #include "utils/utf8.h" #include "utils/log.h" #include "utils/nsoption.h" -- cgit v1.2.3