1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/ocfs2-tools/fix-operations-include-ioctl.patch
Jakub Jirutka 4f24ccb86c testing/ocfs2-tools: rewrite aport and upgrade to 1.8.5
Note: We use the same ("unofficial"?) upstream as Fedora.
2018-05-23 22:18:39 +02:00

10 lines
216 B
Diff

--- 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"