summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libcurl/src.main.c.p
blob: 749fe64015189ea5e936ec720523d94e3ad78b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */