From 967609e2e7861321bded926308a98011b787eadf Mon Sep 17 00:00:00 2001 From: ygrek Date: Sat, 28 Dec 2019 17:22:26 +0200 Subject: [PATCH] include all caml headers under CAML_NAME_SPACE (fix #36) --- curl-helper.c | 2 +- opam | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/curl-helper.c b/curl-helper.c index 76099ee..7a26282 100644 --- a/curl-helper.c +++ b/curl-helper.c @@ -9,7 +9,6 @@ #include #include #include -#include #ifdef HAS_UNISTD #include #endif @@ -20,6 +19,7 @@ #ifndef CAML_NAME_SPACE #define CAML_NAME_SPACE #endif +#include #include #include #include diff --git a/opam b/opam index e099833..1d25fc4 100644 --- a/opam +++ b/opam @@ -18,6 +18,7 @@ install: [ [make "install"] ] depends: [ + "ocaml" {>= "4.02.0"} "ocamlfind" {build} "base-unix" "conf-libcurl" -- 2.11.4.GIT