summaryrefslogtreecommitdiff
path: root/src/trace.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/trace.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/trace.c')
-rw-r--r--src/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace.c b/src/trace.c
index ec6a90aad..3acb64398 100644
--- a/src/trace.c
+++ b/src/trace.c
@@ -8,7 +8,7 @@
#include "trace.h"
#include "buffer.h"
-#include "global.h"
+#include "runtime.h"
#include "git2/trace.h"
#ifdef GIT_TRACE