From: Stephen Seo Date: Wed, 3 Jul 2024 11:01:03 +0000 (+0900) Subject: "platforms.h" include should be before its usage X-Git-Tag: 1.0~86 X-Git-Url: https://git.seodisparate.com/gitweb?a=commitdiff_plain;h=c9df661cd3b70cf16a1896e8931fa7bb43adf9a8;p=SimpleArchiver "platforms.h" include should be before its usage --- 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(