X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=http-push.c;h=bd66f6ab6edd24946d2bc84e117a2b97417b1503;hb=00abd715ab0a2cd69f9d27ea15c5440002f970b8;hp=3e72e84e8414644fb521711dd9645bf0bd6738a8;hpb=ba56d7057a5da9eb3485391658ba7465c855a8f3;p=git.git diff --git a/http-push.c b/http-push.c index 3e72e84e8..bd66f6ab6 100644 --- a/http-push.c +++ b/http-push.c @@ -11,7 +11,11 @@ #include "list-objects.h" #include "sigchain.h" +#ifdef EXPAT_NEEDS_XMLPARSE_H +#include +#else #include +#endif static const char http_push_usage[] = "git http-push [--all] [--dry-run] [--force] [--verbose] [...]\n";