summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/inet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/inet.h b/utils/inet.h
index 4c7eb2a85..29010efc1 100644
--- a/utils/inet.h
+++ b/utils/inet.h
@@ -45,6 +45,7 @@
#ifdef WITH_AMISSL
/* AmiSSL needs everything to be using bsdsocket directly to avoid conflicts */
#include <proto/bsdsocket.h>
+#undef ns_close_socket
#define ns_close_socket CloseSocket
#endif