blob: a3c8c51bb0fd71de293ea0407d27bb1db5b74c1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|