diff options
author | hpa <hpa> | 2005-01-05 00:29:01 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-01-05 00:29:01 +0000 |
commit | 76508a9bc942a693dc8ac773fc471501580d7bbf (patch) | |
tree | b4453bb2bc3951a51342ba6a5d2dcc1c8b4846a1 /extlinux | |
parent | 8f6acdd81ca317313aa4f8e0f9393cb2cd9f12b2 (diff) | |
download | syslinux-76508a9bc942a693dc8ac773fc471501580d7bbf.tar.gz |
Add #include <sys/mount.h> just in case that helps with the ioctls...
Diffstat (limited to 'extlinux')
-rw-r--r-- | extlinux/extlinux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extlinux/extlinux.c b/extlinux/extlinux.c index 20b580cf..b186ec9a 100644 --- a/extlinux/extlinux.c +++ b/extlinux/extlinux.c @@ -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 */ |