Fix the path to the #included bp.h (bp/bp.h -> libbp/bp.h)
authorKim Nguyễn <kn@lri.fr>
Wed, 17 Oct 2012 16:57:45 +0000 (18:57 +0200)
committerKim Nguyễn <kn@lri.fr>
Wed, 17 Oct 2012 16:57:45 +0000 (18:57 +0200)
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)