aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/hb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/term/hb.c')
-rw-r--r--sys/cmd/term/hb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/term/hb.c b/sys/cmd/term/hb.c
index 4aed59b..4b6b42d 100644
--- a/sys/cmd/term/hb.c
+++ b/sys/cmd/term/hb.c
@@ -1,7 +1,7 @@
#include "term.h"
#include <X11/Xft/Xft.h>
-#include <hb-ft.h>
+#include <harfbuzz/hb-ft.h>
#define FEATURE(c1,c2,c3,c4) { .tag = HB_TAG(c1,c2,c3,c4), .value = 1, .start = HB_FEATURE_GLOBAL_START, .end = HB_FEATURE_GLOBAL_END }