From 1bed68a665a323e929a3012ce28ac1a9b2cb0992 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 28 Feb 2022 13:14:23 +0100 Subject: External libgit2: Fix header declaration --- etc/import/deps/http-parser/TARGETS.git2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/import/deps/http-parser/TARGETS.git2 b/etc/import/deps/http-parser/TARGETS.git2 index a2689a60..897f63ff 100644 --- a/etc/import/deps/http-parser/TARGETS.git2 +++ b/etc/import/deps/http-parser/TARGETS.git2 @@ -3,6 +3,6 @@ , "name": ["git2_http_parser"] , "pure C": ["yes"] , "srcs": ["http_parser.c"] - , "private-hdrs": ["http_parser.h"] + , "hdrs": ["http_parser.h"] } } -- cgit v1.2.3