diff options
Diffstat (limited to 'builtin/checkout--worker.c')
| -rw-r--r-- | builtin/checkout--worker.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin/checkout--worker.c b/builtin/checkout--worker.c index ede7dc32a4..6b62b5375b 100644 --- a/builtin/checkout--worker.c +++ b/builtin/checkout--worker.c @@ -1,9 +1,11 @@ #include "builtin.h" #include "config.h" #include "entry.h" +#include "gettext.h" #include "parallel-checkout.h" #include "parse-options.h" #include "pkt-line.h" +#include "read-cache-ll.h" static void packet_to_pc_item(const char *buffer, int len, struct parallel_checkout_item *pc_item) |
