Merge branch 'sb/branch-avoid-repeated-strbuf-release'
[gitweb.git] / http-push.c
index c91f40a610541d6201edf2a2c95b8fef203f3c2f..d860c477c60e7baec79220d9f06330a139d0e035 100644 (file)
@@ -11,6 +11,7 @@
 #include "list-objects.h"
 #include "sigchain.h"
 #include "argv-array.h"
+#include "packfile.h"
 
 #ifdef EXPAT_NEEDS_XMLPARSE_H
 #include <xmlparse.h>
@@ -1522,6 +1523,7 @@ static int remote_exists(const char *path)
                break;
        case HTTP_ERROR:
                error("unable to access '%s': %s", url, curl_errorstr);
+               /* fallthrough */
        default:
                ret = -1;
        }