diff options
| author | Soikk | 2025-06-13 15:49:53 +0200 |
|---|---|---|
| committer | Soikk | 2025-06-13 15:49:53 +0200 |
| commit | 71d957e4b4eb2aa073c56d2597cec0fab0b42429 (patch) | |
| tree | 1549cdde2efca6159547c6288714bbd9a6e184e2 /str | |
| parent | 6e712fca3ef6c49109d9e8e3f61d8befa0bf0a86 (diff) | |
| download | soikk-libs-71d957e4b4eb2aa073c56d2597cec0fab0b42429.tar.xz soikk-libs-71d957e4b4eb2aa073c56d2597cec0fab0b42429.tar.zst | |
Fixed include bug
Diffstat (limited to 'str')
| -rwxr-xr-x | str/str.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
