From 178d4bc25c0fe781f955b32f0056cf1723c39481 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 12 Mar 2019 23:43:04 +0000 Subject: Fix some bsdsocket.library usage NetSurf now builds against libcurl-AmiSSL --- frontends/amiga/gui.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontends') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index ae9945066..2c84d4d7a 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -40,6 +40,12 @@ #include #include +#ifdef WITH_AMISSL +/* AmiSSL needs everything to use bsdsocket.library directly to avoid problems */ +#include +#define waitselect WaitSelect +#endif + /* Other OS includes */ #include #include -- cgit v1.2.3