chiark / gitweb /
add ata_id to read serial numbers from ATA drives
[elogind.git] / klibc / klibc / syscommon.h
index 916d4eb0c02af3a2b05486077a47dcb37fdf5e85..429025279eb2269bc15da5009c81a48bd8e2e349 100644 (file)
@@ -26,3 +26,7 @@
 #include <sys/vfs.h>
 #include <sys/wait.h>
 #include <unistd.h>
+
+#ifdef __i386__
+# include <sys/vm86.h>
+#endif