diff options
| author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-03-27 21:33:14 +0100 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-01 19:24:05 +0000 |
| commit | 6880dfb6e909b5cb5d73e770f5a0f4227515b610 (patch) | |
| tree | c82ad2b6ef17faffc8bc97b007df4df079c71c9a /testing/entropybroker/missing-include.patch | |
| parent | a9bccb09bad16864922406dbe9286e05f7402574 (diff) | |
| download | aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.bz2 aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.xz | |
testing/entropybroker: new aport
Diffstat (limited to 'testing/entropybroker/missing-include.patch')
| -rw-r--r-- | testing/entropybroker/missing-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/entropybroker/missing-include.patch b/testing/entropybroker/missing-include.patch new file mode 100644 index 0000000000..a3c8c51bb0 --- /dev/null +++ b/testing/entropybroker/missing-include.patch @@ -0,0 +1,12 @@ +diff --git a/protocol.cpp b/protocol.cpp +index 40e4941..163af9c 100644 +--- a/protocol.cpp ++++ b/protocol.cpp +@@ -7,6 +7,7 @@ + #include <string> + #include <map> + #include <vector> ++#include <sys/select.h> + + #include "defines.h" + #include "error.h" |
