aports/testing/ndctl/fix-includes.patch

11 lines
233 B
Diff

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