summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/src.main.c.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/libcurl/src.main.c.p')
-rw-r--r--sdk/recipes/patches/libcurl/src.main.c.p7
1 files changed, 6 insertions, 1 deletions
diff --git a/sdk/recipes/patches/libcurl/src.main.c.p b/sdk/recipes/patches/libcurl/src.main.c.p
index 749fe64..846e19c 100644
--- a/sdk/recipes/patches/libcurl/src.main.c.p
+++ b/sdk/recipes/patches/libcurl/src.main.c.p
@@ -1,10 +1,15 @@
--- src/main.c.old 2010-12-29 16:18:04.000000000 +0000
+++ src/main.c 2010-12-29 16:17:51.000000000 +0000
-@@ -64,6 +64,10 @@
+@@ -64,6 +64,15 @@
#endif
#endif
+#ifdef __AMIGA__
++ #ifdef __amigaos4__
++ #ifndef __USE_INLINE__
++ #define __USE_INLINE__
++ #endif
++ #endif
+#include <proto/dos.h>
+#endif
+