diff options
Diffstat (limited to 'serve.c')
| -rw-r--r-- | serve.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ +#define USE_THE_REPOSITORY_VARIABLE + #include "git-compat-util.h" #include "repository.h" #include "config.h" -#include "hash-ll.h" +#include "hash.h" #include "pkt-line.h" #include "version.h" #include "ls-refs.h" |
