aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ndctl/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ndctl/fix-includes.patch')
-rw-r--r--testing/ndctl/fix-includes.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ndctl/fix-includes.patch b/testing/ndctl/fix-includes.patch
new file mode 100644
index 0000000000..6ae4173072
--- /dev/null
+++ b/testing/ndctl/fix-includes.patch
@@ -0,0 +1,10 @@
+--- a/util/strbuf.h
++++ b/util/strbuf.h
+@@ -17,6 +17,7 @@
+ #define __NDCTL_STRBUF_H
+ #include <string.h>
+ #include <assert.h>
++#include <sys/types.h>
+
+ /*
+ * Strbuf's can be use in many ways: as a byte array, or to store arbitrary