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 --- content/urldb.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'content/urldb.c') diff --git a/content/urldb.c b/content/urldb.c index c4a5a6b22..d93cc5898 100644 --- a/content/urldb.c +++ b/content/urldb.c @@ -116,6 +116,11 @@ #include "content/content.h" #include "content/urldb.h" +#ifdef WITH_AMISSL +/* AmiSSL needs everything to be using bsdsocket directly to avoid conflicts */ +#include +#endif + /** * cookie entry. * -- cgit v1.2.3