summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-09-09 13:35:45 -0700
committerJohn Stebbins <[email protected]>2019-09-10 09:17:18 -0700
commit294bb35fc36b6cb948eaec55c2cfb8b1528d93a7 (patch)
tree5b3460b89054cffeff6dd8138d0478fafc4de326 /test
parente88c6d5b7aa709f6c76f94c26bf6ac60d5f2dc12 (diff)
Resolve conflict with harfbuzz include file hb.h
Rename hb.h to handbrake.h
Diffstat (limited to 'test')
-rw-r--r--test/parsecsv.c2
-rw-r--r--test/test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/parsecsv.c b/test/parsecsv.c
index bf343baa8..b777d1dab 100644
--- a/test/parsecsv.c
+++ b/test/parsecsv.c
@@ -8,7 +8,7 @@
*/
#include <fcntl.h>
-#include "hb.h"
+#include "handbrake.h"
#include "parsecsv.h"
/* Internal declarations */
diff --git a/test/test.c b/test/test.c
index 19fdb86ec..c4abe7687 100644
--- a/test/test.c
+++ b/test/test.c
@@ -30,7 +30,7 @@
#include <pthread.h>
#endif
-#include "hb.h"
+#include "handbrake.h"
#include "lang.h"
#include "parsecsv.h"