]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
amigaos: add missing curl header [ci skip]
authorViktor Szakats <commit@vsz.me>
Tue, 18 Oct 2022 18:22:09 +0000 (18:22 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 18 Oct 2022 18:22:09 +0000 (18:22 +0000)
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

index dcc5316f0ffc26d488f37e304fe2bac2a488abf0..e8c2fc02e0108db14acf20e44e167c6c071c0c41 100644 (file)
@@ -26,6 +26,8 @@
 
 #ifdef __AMIGA__
 
+#include <curl/curl.h>
+
 #include "hostip.h"
 #include "amigaos.h"