Fix the path to the #included bp.h (bp/bp.h -> libbp/bp.h)
[SXSI/xpathcomp.git] / src / bp_stub.cpp
index 349f5b3..178e3a5 100644 (file)
@@ -2,7 +2,7 @@
 extern "C" {
 #include <unistd.h>
 }
-#include <bp/bp.h>
+#include <libbp/bp.h>
 #include "common_stub.hpp"
 
 extern "C" value caml_bitmap_create(value size)