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 807fb8839e..81a7229ece 100644 --- a/http-backend.c +++ b/http-backend.c @@ -13,6 +13,7 @@ #include "packfile.h" #include "object-store.h" #include "protocol.h" +#include "date.h" static const char content_type[] = "Content-Type"; static const char content_length[] = "Content-Length"; |