From e316b0d3d64eb8f65f4109c1565d929b29e1d33a Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Fri, 15 May 2020 11:47:09 +0100 Subject: runtime: move init/shutdown into the "runtime" Provide a mechanism for system components to register for initialization and shutdown of the libgit2 runtime. --- src/futils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/futils.c') diff --git a/src/futils.c b/src/futils.c index 552a3fb48..2ad8a1b80 100644 --- a/src/futils.c +++ b/src/futils.c @@ -7,7 +7,7 @@ #include "futils.h" -#include "global.h" +#include "runtime.h" #include "strmap.h" #include "hash.h" #include -- cgit v1.2.1