Fix single-file package case

This commit is contained in:
Mark Naughton
2023-05-18 13:23:17 +01:00
parent 4b4481ea27
commit 413077a5d9
2 changed files with 8 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
Path handling utilities.
*/
#if !defined(GB_SYSTEM_WINDOWS)
#include<unistd.h>
#include <unistd.h>
#endif
gb_internal String remove_extension_from_path(String const &s) {