From c9df661cd3b70cf16a1896e8931fa7bb43adf9a8 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 3 Jul 2024 20:01:03 +0900 Subject: [PATCH] "platforms.h" include should be before its usage --- src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.c b/src/parser.c index 409d0b2..ffaba0c 100644 --- a/src/parser.c +++ b/src/parser.c @@ -22,6 +22,7 @@ #include #include +#include "platforms.h" #if SIMPLE_ARCHIVER_PLATFORM == SIMPLE_ARCHIVER_PLATFORM_LINUX #include #include @@ -31,7 +32,6 @@ #include "data_structures/hash_map.h" #include "data_structures/linked_list.h" #include "parser_internal.h" -#include "platforms.h" /// Gets the first non "./"-like character in the filename. unsigned int simple_archiver_parser_internal_filename_idx(