/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lockfile.h: extract new header file for the functions in lockfile.c
[git/git.git]
/
builtin
/
add.c
diff --git
a/builtin/add.c
b/builtin/add.c
index
352b85e
..
ae6d3e2
100644
(file)
--- a/
builtin/add.c
+++ b/
builtin/add.c
@@
-5,6
+5,7
@@
*/
#include "cache.h"
#include "builtin.h"
+#include "lockfile.h"
#include "dir.h"
#include "pathspec.h"
#include "exec_cmd.h"