From e491c6e7e4c6bceb3e5b5455e5e99effb8991026 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 8 Nov 2021 22:04:51 -0500 Subject: refactor: make util an object library Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2. --- src/libgit2/path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libgit2/path.c') diff --git a/src/libgit2/path.c b/src/libgit2/path.c index 05a3dc2cf..a19340efe 100644 --- a/src/libgit2/path.c +++ b/src/libgit2/path.c @@ -9,6 +9,7 @@ #include "repository.h" #include "fs_path.h" +#include "utf8.h" typedef struct { git_repository *repo; -- cgit v1.2.1