summaryrefslogtreecommitdiff
path: root/src/transports/http.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-05-13 10:39:33 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-10-11 14:43:35 +0100
commit6554b40e42df831d7fc9c623d34b2738227dd8a2 (patch)
tree52b0fdeedbdd39ae8b45d833fdd41a5d6bc32716 /src/transports/http.h
parent521aa8c1c04c25a57b82e1279a4e91d8a07436aa (diff)
downloadlibgit2-6554b40e42df831d7fc9c623d34b2738227dd8a2.tar.gz
settings: localize global data
Move the settings global data teardown into its own separate function, instead of intermingled with the global state.
Diffstat (limited to 'src/transports/http.h')
-rw-r--r--src/transports/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transports/http.h b/src/transports/http.h
index c02109cec..5c360b883 100644
--- a/src/transports/http.h
+++ b/src/transports/http.h
@@ -9,6 +9,7 @@
#define INCLUDE_transports_http_h__
#include "buffer.h"
+#include "settings.h"
#include "httpclient.h"
#define GIT_HTTP_REPLAY_MAX 15