From de8230808c16a72029f4591f8d55ff89e0d269f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 17 Oct 2012 18:57:45 +0200 Subject: [PATCH] Fix the path to the #included bp.h (bp/bp.h -> libbp/bp.h) --- src/bp_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bp_stub.cpp b/src/bp_stub.cpp index 349f5b3..178e3a5 100644 --- a/src/bp_stub.cpp +++ b/src/bp_stub.cpp @@ -2,7 +2,7 @@ extern "C" { #include } -#include +#include #include "common_stub.hpp" extern "C" value caml_bitmap_create(value size) -- 2.17.1