diff options
-rw-r--r-- | etc/import/deps/http-parser/TARGETS.git2 | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } } |