The following commit has been merged in the master branch:
commit 77d7aaba58aca9497dab84339d1f610bdb9d75f9
Author: Stefano Zacchiroli <[EMAIL PROTECTED]>
Date:   Mon Jun 2 15:01:19 2008 +0200

    fix include name mangling

diff --git a/ocamlrpm/ocamlrpm_stubs.c b/ocamlrpm/ocamlrpm_stubs.c
index 2e872a4..5459a05 100644
--- a/ocamlrpm/ocamlrpm_stubs.c
+++ b/ocamlrpm/ocamlrpm_stubs.c
@@ -24,10 +24,10 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>. */
 #include "config.h"
 #endif 
 
-#ifdef HAVE_RPMIO_H
+#ifdef HAVE_RPM_RPMIO_H
 #include <rpm/rpmio.h>
 #endif
-#ifdef HAVE_RPMLIB_H
+#ifdef HAVE_RPM_RPMLIB_H
 #include <rpm/rpmlib.h>
 #endif
 

-- 
dose2 packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to