summaryrefslogtreecommitdiff
path: root/src/PracticalSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PracticalSocket.cpp')
-rw-r--r--src/PracticalSocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PracticalSocket.cpp b/src/PracticalSocket.cpp
index 2b08e09..6f53da6 100644
--- a/src/PracticalSocket.cpp
+++ b/src/PracticalSocket.cpp
@@ -69,6 +69,7 @@
typedef void raw_type; // Type used for raw data on this platform
#endif
+#include <cstring> // for strerror_r
#include <errno.h> // For errno
using namespace std;