mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:47:34 +03: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
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
#ifdef __AMIGA__
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "hostip.h"
|
||||
#include "amigaos.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue