diff options
Diffstat (limited to 'http-backend.c')
-rw-r--r-- | http-backend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-backend.c b/http-backend.c index 519025d2c3..8076b1d5e5 100644 --- a/http-backend.c +++ b/http-backend.c @@ -9,6 +9,7 @@ #include "string-list.h" #include "url.h" #include "argv-array.h" +#include "packfile.h" static const char content_type[] = "Content-Type"; static const char content_length[] = "Content-Length"; |