From a16d5ff10b2225c7cf7b33ddfff1d947b0dbe40a Mon Sep 17 00:00:00 2001 From: DeltaVonNeumann Date: Sat, 17 Jun 2023 10:29:39 +0100 Subject: Avoid integer types with platform dependent size --- content/fetchers/file/dirlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/fetchers') diff --git a/content/fetchers/file/dirlist.c b/content/fetchers/file/dirlist.c index d49dc7fe7..345dbd8f3 100644 --- a/content/fetchers/file/dirlist.c +++ b/content/fetchers/file/dirlist.c @@ -29,6 +29,7 @@ #include "utils/messages.h" #include "utils/nscolour.h" +#include "netsurf/inttypes.h" #include "netsurf/types.h" #include "netsurf/plot_style.h" @@ -158,7 +159,7 @@ bool dirlist_generate_title(const char *title, char *buffer, int buffer_length) "%s\n" "\n" -- cgit v1.2.3