aboutsummaryrefslogtreecommitdiff
path: root/src/path.cpp
diff options
context:
space:
mode:
authorMark Naughton <mark@marknaughton.com>2023-05-18 13:23:17 +0100
committerMark Naughton <mark@marknaughton.com>2023-05-18 13:23:17 +0100
commit413077a5d9ce55850bbb64747e1e7a813e356e5b (patch)
tree3894b569732c6fc49c57a90706430ff885124f20 /src/path.cpp
parent4b4481ea274283489f39fe3ac3ae871d26a2b46d (diff)
Fix single-file package case
Diffstat (limited to 'src/path.cpp')
-rw-r--r--src/path.cpp2
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) {