diff options
Diffstat (limited to 'testing/ocfs2-tools/fix-operations-include-ioctl.patch')
-rw-r--r-- | testing/ocfs2-tools/fix-operations-include-ioctl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ocfs2-tools/fix-operations-include-ioctl.patch b/testing/ocfs2-tools/fix-operations-include-ioctl.patch new file mode 100644 index 0000000000..c4e63122e3 --- /dev/null +++ b/testing/ocfs2-tools/fix-operations-include-ioctl.patch @@ -0,0 +1,10 @@ +--- a/o2info/operations.c ++++ b/o2info/operations.c +@@ -24,6 +24,7 @@ + #include <errno.h> + #include <linux/raw.h> + #include <inttypes.h> ++#include <sys/ioctl.h> + + #include "ocfs2/ocfs2.h" + #include "ocfs2/bitops.h" |