summaryrefslogtreecommitdiff
path: root/src/futils.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-05-15 11:47:09 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-10-11 20:13:04 +0100
commite316b0d3d64eb8f65f4109c1565d929b29e1d33a (patch)
tree1742e4956f2a8a91ef574cf67c6d05d91910407f /src/futils.c
parent8970acb750ecf4b86883d9ea1a8cb280517e6c86 (diff)
downloadlibgit2-e316b0d3d64eb8f65f4109c1565d929b29e1d33a.tar.gz
runtime: move init/shutdown into the "runtime"
Provide a mechanism for system components to register for initialization and shutdown of the libgit2 runtime.
Diffstat (limited to 'src/futils.c')
-rw-r--r--src/futils.c2
1 files changed, 1 insertions, 1 deletions
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 <ctype.h>