Skip to content

Commit

Permalink
http-push.c: include with angle bracket, not dq.
Browse files Browse the repository at this point in the history
Do not search the current directory when including expat.h, since it
is not supplied by git.

Signed-off-by: Paul Collins <paul@briny.ondioline.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Paul Collins authored and Junio C Hamano committed Nov 7, 2005
1 parent 95d117b commit bee8e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-push.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <curl/curl.h>
#include <curl/easy.h>
#include "expat.h"
#include <expat.h>

static const char http_push_usage[] =
"git-http-push [--complete] [--force] [--verbose] <url> <ref> [<ref>...]\n";
Expand Down

0 comments on commit bee8e79

Please sign in to comment.