diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-05-02 16:29:21 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-27 18:23:11 +0000 |
commit | cc3c64a9242ce0b328011caa0c4f9caac0d4e010 (patch) | |
tree | 73cc5f74694c413e7d91238507e8ecdee16528b5 /main/ndctl/fix-includes.patch | |
parent | cea660389b0d19f5ca02cfe0320299e0432b52a7 (diff) | |
download | aports-cc3c64a9242ce0b328011caa0c4f9caac0d4e010.tar.bz2 aports-cc3c64a9242ce0b328011caa0c4f9caac0d4e010.tar.xz |
main/ndctl: move from testing
It's required for libblockdev -> udisks2
Diffstat (limited to 'main/ndctl/fix-includes.patch')
-rw-r--r-- | main/ndctl/fix-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/ndctl/fix-includes.patch b/main/ndctl/fix-includes.patch new file mode 100644 index 0000000000..6ae4173072 --- /dev/null +++ b/main/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 |