"platforms.h" include should be before its usage
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 4s

This commit is contained in:
Stephen Seo 2024-07-03 20:01:03 +09:00
parent e06e65e5e8
commit c9df661cd3

View file

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include "platforms.h"
#if SIMPLE_ARCHIVER_PLATFORM == SIMPLE_ARCHIVER_PLATFORM_LINUX
#include <dirent.h>
#include <sys/stat.h>
@ -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(