aboutsummaryrefslogtreecommitdiff
path: root/include/os_linux.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-05-20 10:07:16 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-05-20 10:11:29 -0400
commit67975a5944706e382fe1e7b00d226715c6242358 (patch)
treee93dd37df57f49d4327567479521014f380206e5 /include/os_linux.h
parent30c9945e0da19305ebad88a2835653ff4f409313 (diff)
downloadstasis-67975a5944706e382fe1e7b00d226715c6242358.tar.gz
Mass attempt at windows portability
Diffstat (limited to 'include/os_linux.h')
-rw-r--r--include/os_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/os_linux.h b/include/os_linux.h
index 8c3aed7..aabf1ff 100644
--- a/include/os_linux.h
+++ b/include/os_linux.h
@@ -2,6 +2,8 @@
#define OMC_OS_LINUX_H
#include <limits.h>
+#include <sys/statvfs.h>
+#include <sys/utsname.h>
#ifndef PATH_MAX
#include <linux/limits.h>