From 3fcc507cce23792c362a9f99b313189082b60061 Mon Sep 17 00:00:00 2001 From: Francis Bouvier Date: Tue, 28 Feb 2023 18:58:26 +0100 Subject: [PATCH] Fix lexbor import path Signed-off-by: Francis Bouvier --- src/parser.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.zig b/src/parser.zig index 9258734e..bf4360f6 100644 --- a/src/parser.zig +++ b/src/parser.zig @@ -1,7 +1,7 @@ const std = @import("std"); const c = @cImport({ - @cInclude("../../lexbor/source/lexbor/html/html.h"); + @cInclude("lexbor/html/html.h"); }); // Public API