diff options
Diffstat (limited to 'unmaintained/entropybroker/missing-include.patch')
-rw-r--r-- | unmaintained/entropybroker/missing-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/entropybroker/missing-include.patch b/unmaintained/entropybroker/missing-include.patch new file mode 100644 index 0000000000..a3c8c51bb0 --- /dev/null +++ b/unmaintained/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" |