diff options
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) {
|