From 357649c4779d46c7023f68170c002464dbf0ec8f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 18 Oct 2022 18:22:09 +0000 Subject: [PATCH] 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 --- lib/amigaos.c | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.3