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/amiga/iff_dr2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/iff_dr2d.c') diff --git a/frontends/amiga/iff_dr2d.c b/frontends/amiga/iff_dr2d.c index 91973f43b..a4c5855a1 100644 --- a/frontends/amiga/iff_dr2d.c +++ b/frontends/amiga/iff_dr2d.c @@ -20,12 +20,12 @@ #include #include -#include #include #include #include #include +#include "netsurf/inttypes.h" #ifndef AMIGA_DR2D_STANDALONE #include "utils/nsurl.h" #include "netsurf/content.h" -- cgit v1.2.3