aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/hb.c
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
committerNicholas <nbnoll@eml.cc>2021-11-07 11:43:28 -0800
commit0a1041044141ddbda0c67602e70fe8894e7430fd (patch)
tree1cba0e61e397f55218a90e04df5423f75dae4409 /sys/cmd/term/hb.c
parent5d1e21d28a93415b66401d27a30ee8eb6b2b66a8 (diff)
config changes for laptop
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 }