$NetBSD: patch-src_http.cpp,v 1.1 2015/10/03 12:08:37 bsiegert Exp $ Include rather than because the latter doesn't actually make `errno` available on NetBSD; while the former is required to by the C standard --- src/http.cpp.orig 2015-10-02 05:47:47.000000000 +0200 +++ src/http.cpp 2015-10-02 05:47:52.000000000 +0200 @@ -70,7 +70,7 @@ #include #include -#include +#include #include #include #include