aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/ocfs2-tools/ocfs2-tools-1.6-operations-missing-include.patch
blob: c4e63122e33b676145abe32b7b5328c6855ac822 (plain)
1
2
3
4
5
6
7
8
9
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"