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.p13
1 files changed, 13 insertions, 0 deletions
diff --git a/sdk/recipes/patches/libcurl/src.main.c.p b/sdk/recipes/patches/libcurl/src.main.c.p
new file mode 100644
index 0000000..749fe64
--- /dev/null
+++ b/sdk/recipes/patches/libcurl/src.main.c.p
@@ -0,0 +1,13 @@
+--- 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 @@
+ #endif
+ #endif
+
++#ifdef __AMIGA__
++#include <proto/dos.h>
++#endif
++
+ #include "version.h"
+
+ #ifdef HAVE_IO_H /* typical win32 habit */