summaryrefslogtreecommitdiff
path: root/main/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/network.c')
-rw-r--r--main/network.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/network.c b/main/network.c
index 280ced0617..893dbf8825 100644
--- a/main/network.c
+++ b/main/network.c
@@ -49,6 +49,10 @@
#include <fcntl.h>
#endif
+#ifdef HAVE_OPENSSL_EXT
+#include <openssl/err.h>
+#endif
+
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif