diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 48ef2b1c8..d1c130439 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -58,6 +58,6 @@ - - + + diff --git a/lib/path.cpp b/lib/path.cpp index 3142627aa..d552e94ec 100644 --- a/lib/path.cpp +++ b/lib/path.cpp @@ -19,12 +19,12 @@ #if defined(__GNUC__) && (defined(_WIN32) || defined(__CYGWIN__)) #undef __STRICT_ANSI__ #endif +#include "path.h" #include #include #include #include #include -#include "path.h" /** Is the filesystem case insensitive? */ static bool caseInsensitiveFilesystem()