X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=http.c;fp=http.c;h=bb58bb3e6a3a47163b911d8276f5c185eada003b;hb=0807e57807aaffe2813fffb7704dcc9153f03832;hp=d5d82c5230f84194442634a84a894d5af74036cc;hpb=9ce9dea4e1c2419cca126d29fa7730baa078a11b;p=thirdparty%2Fgit.git diff --git a/http.c b/http.c index d5d82c5230..bb58bb3e6a 100644 --- a/http.c +++ b/http.c @@ -12,10 +12,12 @@ #include "version.h" #include "pkt-line.h" #include "gettext.h" +#include "trace.h" #include "transport.h" #include "packfile.h" #include "protocol.h" #include "string-list.h" +#include "object-file.h" #include "object-store.h" static struct trace_key trace_curl = TRACE_KEY_INIT(CURL);