summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal K S V S <kkushal32@gmail.com>2018-04-17 11:29:18 +0000
committerKushal K S V S <kkushal32@gmail.com>2018-04-17 11:29:18 +0000
commitdd8e130c7295a5a615275b5ac93938daa5c1fa2e (patch)
tree03e4ecf1f1eac4208abd7ae4165375c948a4418a
parent6f79ed889f6fc0c20b18640f2ba1df06119a466b (diff)
downloadfreetype2-GSoC-2017-kushal.tar.gz
Taking include files from parent folder itselfGSoC-2017-kushal
-rw-r--r--tests/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bitmap.h b/tests/bitmap.h
index 457da7e4c..3a506dd1d 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 */