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/cookies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/atari/cookies.c') diff --git a/frontends/atari/cookies.c b/frontends/atari/cookies.c index a49aec794..9045009fc 100644 --- a/frontends/atari/cookies.c +++ b/frontends/atari/cookies.c @@ -17,8 +17,8 @@ */ #include -#include +#include "netsurf/inttypes.h" #include "utils/log.h" #include "utils/messages.h" #include "netsurf/mouse.h" -- cgit v1.2.3