From: Kim Nguyễn Date: Wed, 17 Oct 2012 16:57:45 +0000 (+0200) Subject: Fix the path to the #included bp.h (bp/bp.h -> libbp/bp.h) X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Fxpathcomp.git;a=commitdiff_plain;h=de8230808c16a72029f4591f8d55ff89e0d269f6 Fix the path to the #included bp.h (bp/bp.h -> libbp/bp.h) --- 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)