diff options
Diffstat (limited to 'copy.c')
| -rw-r--r-- | copy.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ #include "git-compat-util.h" #include "copy.h" #include "path.h" +#include "gettext.h" +#include "strbuf.h" +#include "abspath.h" int copy_fd(int ifd, int ofd) { |
