aports/unmaintained/entropybroker/missing-include.patch
Leo 134a01279b unmaintained/entropybroker: move from testing
- Requires crypto++-5.6.2 and is thus blocking crypto++ update to 8.2.0
- Upstream has no intention of following API
  (https://github.com/flok99/entropybroker/issues/8)
- Has no maintainer
2019-06-14 17:52:28 -03:00

13 lines
248 B
Diff

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"