diff options
Diffstat (limited to 'remote-curl.c')
| -rw-r--r-- | remote-curl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remote-curl.c b/remote-curl.c index bf5a0b186f..db3bc431fc 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -1,6 +1,8 @@ #include "git-compat-util.h" #include "alloc.h" #include "config.h" +#include "environment.h" +#include "gettext.h" #include "hex.h" #include "remote.h" #include "connect.h" @@ -16,9 +18,11 @@ #include "credential.h" #include "oid-array.h" #include "send-pack.h" +#include "setup.h" #include "protocol.h" #include "quote.h" #include "transport.h" +#include "write-or-die.h" static struct remote *remote; /* always ends with a trailing slash */ |
