aboutsummaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-14 10:49:00 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-14 10:49:01 -0700
commit211836f77bc85eafe5c24fcbd70cd7583ce68328 (patch)
tree959262c218c429557e5412b38e323836489d11a3 /http.c
parent63a45136a329bab550425c3142db6071434d935e (diff)
parent1c4b6604126781361fe89d88ace70f53079fbab5 (diff)
downloadgit-211836f77bc85eafe5c24fcbd70cd7583ce68328.tar.gz
git-211836f77bc85eafe5c24fcbd70cd7583ce68328.tar.xz
Merge branch 'da/include-compat-util-first-in-c'
Code clean-up. * da/include-compat-util-first-in-c: cleanups: ensure that git-compat-util.h is included first
Diffstat (limited to 'http.c')
-rw-r--r--http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.c b/http.c
index 0adcec468..040f362a6 100644
--- a/http.c
+++ b/http.c
@@ -1,3 +1,4 @@
+#include "git-compat-util.h"
#include "http.h"
#include "pack.h"
#include "sideband.h"