aboutsummaryrefslogtreecommitdiff
path: root/include/os_linux.h
diff options
context:
space:
mode:
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>