summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/ppc-amigaos/lib.amigaos.c.p
blob: 9833c9479ea3ec829e8593b6810a174f25415a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lib/amigaos.c.old	2012-10-19 21:37:45.000000000 +0100
+++ lib/amigaos.c	2012-10-19 21:38:09.000000000 +0100
@@ -22,7 +22,7 @@
 
 #include "curl_setup.h"
 
-#if defined(__AMIGA__) && !defined(__ixemul__)
+#if defined(__AMIGA__) && !(defined(__ixemul__) || defined(__amigaos4__))
 
 #include <amitcp/socketbasetags.h>