mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
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:
parent
ef305de95c
commit
357649c477
@ -26,6 +26,8 @@
|
||||
|
||||
#ifdef __AMIGA__
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "hostip.h"
|
||||
#include "amigaos.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user