mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 15:22:24 +01:00
- 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
13 lines
248 B
Diff
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"
|