diff options
| author | Mark Naughton <mark@marknaughton.com> | 2023-05-18 13:23:17 +0100 |
|---|---|---|
| committer | Mark Naughton <mark@marknaughton.com> | 2023-05-18 13:23:17 +0100 |
| commit | 413077a5d9ce55850bbb64747e1e7a813e356e5b (patch) | |
| tree | 3894b569732c6fc49c57a90706430ff885124f20 /src/path.cpp | |
| parent | 4b4481ea274283489f39fe3ac3ae871d26a2b46d (diff) | |
Fix single-file package case
Diffstat (limited to 'src/path.cpp')
| -rw-r--r-- | src/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.cpp b/src/path.cpp index 7664380a4..3054e3b57 100644 --- a/src/path.cpp +++ b/src/path.cpp @@ -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) {
|