aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index 458958b..13e005a 100644
--- a/headers.h
+++ b/headers.h
@@ -53,6 +53,9 @@
#ifdef HAVE_PWD_H
# include <pwd.h>
#endif
+#ifdef HAVE_SCHED_H
+# include <sched.h>
+#endif
#ifdef HAVE_SIGINFO_H
# include <siginfo.h>
#endif
@@ -96,11 +99,17 @@
#ifdef HAVE_SYS_FILE_H
# include <sys/file.h>
#endif
+#ifdef HAVE_SYS_IOCTL_H
+# include <sys/ioctl.h>
+#endif
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#else
#error
#endif
+#ifdef HAVE_SYS_MOUNT_H
+# include <sys/mount.h>
+#endif
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif
@@ -110,6 +119,9 @@
#ifdef HAVE_SYS_REG_H
# include <sys/reg.h>
#endif
+#ifdef HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#endif
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif