From: Viktor Szakats Date: Tue, 18 Oct 2022 18:22:09 +0000 (+0000) Subject: amigaos: add missing curl header [ci skip] X-Git-Tag: curl-7_86_0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357649c4779d46c7023f68170c002464dbf0ec8f;p=thirdparty%2Fcurl.git amigaos: add missing curl header [ci skip] Without it, `CURLcode` and `CURLE_*` are undefined. `lib/hostip.h` and conditional local code need them. Reviewed-by: Daniel Stenberg Closes #9761 --- diff --git a/lib/amigaos.c b/lib/amigaos.c index dcc5316f0f..e8c2fc02e0 100644 --- a/lib/amigaos.c +++ b/lib/amigaos.c @@ -26,6 +26,8 @@ #ifdef __AMIGA__ +#include + #include "hostip.h" #include "amigaos.h"