aboutsummaryrefslogtreecommitdiffstats
path: root/testing/entropybroker/missing-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/entropybroker/missing-include.patch')
-rw-r--r--testing/entropybroker/missing-include.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/entropybroker/missing-include.patch b/testing/entropybroker/missing-include.patch
deleted file mode 100644
index a3c8c51bb0..0000000000
--- a/testing/entropybroker/missing-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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"