diff options
Diffstat (limited to 'builtin/apply.c')
-rw-r--r-- | builtin/apply.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/apply.c b/builtin/apply.c index 8714a8872..69efb0e4d 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -7,6 +7,7 @@ * */ #include "cache.h" +#include "lockfile.h" #include "cache-tree.h" #include "quote.h" #include "blob.h" |