summaryrefslogtreecommitdiff
path: root/content/handlers/image/image_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/image/image_cache.c')
-rw-r--r--content/handlers/image/image_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/image/image_cache.c b/content/handlers/image/image_cache.c
index 9c7ce2200..02107f75f 100644
--- a/content/handlers/image/image_cache.c
+++ b/content/handlers/image/image_cache.c
@@ -22,12 +22,12 @@
*/
#include <assert.h>
-#include <inttypes.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
+#include "netsurf/inttypes.h"
#include "utils/utils.h"
#include "utils/log.h"
#include "netsurf/misc.h"