chiark / gitweb /
[PATCH] update klibc to version 0.98
[elogind.git] / klibc / klibc / syscommon.h
index 916d4eb0c02af3a2b05486077a47dcb37fdf5e85..30939207391073174b295d391d2641cd8ecca82a 100644 (file)
@@ -26,3 +26,7 @@
 #include <sys/vfs.h>
 #include <sys/wait.h>
 #include <unistd.h>
 #include <sys/vfs.h>
 #include <sys/wait.h>
 #include <unistd.h>
+
+#ifdef __i386__
+#include <sys/vm86.h>
+#endif