diff options
-rw-r--r-- | http-push.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http-push.c b/http-push.c index c10067c17f..89fda42efb 100644 --- a/http-push.c +++ b/http-push.c @@ -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"; |