Taking include files from parent folder itself
diff --git a/tests/bitmap.h b/tests/bitmap.h
index 457da7e..3a506dd 100644
--- a/tests/bitmap.h
+++ b/tests/bitmap.h
@@ -7,7 +7,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include <ft2build.h>
+#include "../include/ft2build.h"
 
 #include "murmur3.h"            /* MurmurHash3_x64_128 header file */