chiark / gitweb /
[PATCH] fix Makefile typo for USE_LSB install.
[elogind.git] / klibc / klibc / syscommon.h
index 224e240e3831fe98d449497800b8ed66fb6b738a..30939207391073174b295d391d2641cd8ecca82a 100644 (file)
@@ -15,7 +15,6 @@
 #include <sys/dirent.h>
 #include <sys/klog.h>
 #include <sys/mman.h>
-#include <sys/module.h>
 #include <sys/resource.h>
 #include <sys/select.h>
 #include <sys/stat.h>
@@ -27,3 +26,7 @@
 #include <sys/vfs.h>
 #include <sys/wait.h>
 #include <unistd.h>
+
+#ifdef __i386__
+#include <sys/vm86.h>
+#endif