summaryrefslogtreecommitdiff
path: root/Curl.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Curl.xs')
-rw-r--r--Curl.xs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Curl.xs b/Curl.xs
index ea9f870..e81c415 100644
--- a/Curl.xs
+++ b/Curl.xs
@@ -18,6 +18,10 @@
#include <curl/easy.h>
#include <curl/multi.h>
+#ifdef CURLINC_MULTI_H
+#define __CURL_MULTI_H
+#endif
+
#define header_callback_func writeheader_callback_func
/* Do a favor for older perl versions */