summaryrefslogtreecommitdiff
path: root/str
diff options
context:
space:
mode:
authorSoikk2025-06-13 15:49:53 +0200
committerSoikk2025-06-13 15:49:53 +0200
commit71d957e4b4eb2aa073c56d2597cec0fab0b42429 (patch)
tree1549cdde2efca6159547c6288714bbd9a6e184e2 /str
parent6e712fca3ef6c49109d9e8e3f61d8befa0bf0a86 (diff)
downloadsoikk-libs-71d957e4b4eb2aa073c56d2597cec0fab0b42429.tar.xz
soikk-libs-71d957e4b4eb2aa073c56d2597cec0fab0b42429.tar.zst
Fixed include bug
Diffstat (limited to 'str')
-rwxr-xr-xstr/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/str/str.h b/str/str.h
index a270bb1..c81771b 100755
--- a/str/str.h
+++ b/str/str.h
@@ -8,6 +8,7 @@
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
+#include <fcntl.h>
#include <sys/mman.h>
#include "types/types.h"
#include "files/files.h"