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
This commit is contained in:
Viktor Szakats 2022-10-18 18:22:09 +00:00
parent ef305de95c
commit 357649c477
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -26,6 +26,8 @@
#ifdef __AMIGA__
#include <curl/curl.h>
#include "hostip.h"
#include "amigaos.h"