diff options
Diffstat (limited to 'refs/files-backend.c')
| -rw-r--r-- | refs/files-backend.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/refs/files-backend.c b/refs/files-backend.c index fcaf842ed4..9a8333c0d0 100644 --- a/refs/files-backend.c +++ b/refs/files-backend.c @@ -1,7 +1,9 @@ #include "../cache.h" #include "../config.h" +#include "../copy.h" #include "../environment.h" #include "../gettext.h" +#include "../hash.h" #include "../hex.h" #include "../refs.h" #include "refs-internal.h" @@ -20,6 +22,7 @@ #include "../wrapper.h" #include "../write-or-die.h" #include "../revision.h" +#include <wildmatch.h> /* * This backend uses the following flags in `ref_update::flags` for |
