Socket: avoid warning on aos3

This commit is contained in:
John-Mark Bell 2024-03-14 00:05:51 +00:00
parent ae8b58e408
commit cf2e5b5bc6

View File

@ -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