mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +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…
Reference in New Issue
Block a user