summaryrefslogtreecommitdiff
path: root/utils/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/inet.h')
-rw-r--r--utils/inet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/inet.h b/utils/inet.h
index da1798432..e385982c1 100644
--- a/utils/inet.h
+++ b/utils/inet.h
@@ -40,6 +40,11 @@
#include <arpa/inet.h>
#include <sys/select.h>
+#ifdef WITH_AMISSL
+/* AmiSSL needs everything to be using bsdsocket directly to avoid conflicts */
+#include <proto/bsdsocket.h>
+#endif
+
#else
#include <winsock2.h>