Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config: don't include config.h by default
[gitweb.git]
/
builtin
/
diff-index.c
diff --git
a/builtin/diff-index.c
b/builtin/diff-index.c
index 1af373d0021f56f539a1d261e908a60d92ff5b4f..e3d418361c7db8b4206019898d4373f31169652f 100644
(file)
--- a/
builtin/diff-index.c
+++ b/
builtin/diff-index.c
@@
-1,4
+1,5
@@
#include "cache.h"
+#include "config.h"
#include "diff.h"
#include "commit.h"
#include "revision.h"