freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2017-kushal dd8e130: Taking include files from parent f


From: Kushal K S V S
Subject: [freetype2] GSoC-2017-kushal dd8e130: Taking include files from parent folder itself
Date: Tue, 17 Apr 2018 07:30:09 -0400 (EDT)

branch: GSoC-2017-kushal
commit dd8e130c7295a5a615275b5ac93938daa5c1fa2e
Author: Kushal K S V S <address@hidden>
Commit: Kushal K S V S <address@hidden>

    Taking include files from parent folder itself
---
 tests/bitmap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]