summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"