summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-04 13:43:45 -0400
committerDavid Robillard <d@drobilla.net>2024-06-04 13:43:45 -0400
commit2d439517f1f02dd18be388bbd19cccf39b25dc4d (patch)
treea00f3bb336307946aea62f420c5e3e5fb313b6bd
parent8ff1b1f0bbb788034671f2e269826f5552035424 (diff)
downloadzix-2d439517f1f02dd18be388bbd19cccf39b25dc4d.tar.gz
zix-2d439517f1f02dd18be388bbd19cccf39b25dc4d.tar.bz2
zix-2d439517f1f02dd18be388bbd19cccf39b25dc4d.zip
Add missing include
-rw-r--r--src/posix/filesystem_posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/posix/filesystem_posix.c b/src/posix/filesystem_posix.c
index c752e4a..c82cdf7 100644
--- a/src/posix/filesystem_posix.c
+++ b/src/posix/filesystem_posix.c
@@ -27,6 +27,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <sys/stat.h>
+#include <sys/types.h>
#include <unistd.h>
#include <errno.h>