Add #include <sys/mount.h> just in case that helps with the ioctls...
authorhpa <hpa>
Wed, 5 Jan 2005 00:29:01 +0000 (00:29 +0000)
committerhpa <hpa>
Wed, 5 Jan 2005 00:29:01 +0000 (00:29 +0000)
extlinux/extlinux.c

index 20b580c..b186ec9 100644 (file)
@@ -30,6 +30,7 @@
 #include <sys/ioctl.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/mount.h>
 
 #include <linux/ext2_fs.h>
 #include <linux/fd.h>          /* Floppy geometry */