aboutsummaryrefslogtreecommitdiffstats
path: root/midx.c
diff options
context:
space:
mode:
Diffstat (limited to 'midx.c')
-rw-r--r--midx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/midx.c b/midx.c
index 47989f7ea7..9af3e5de88 100644
--- a/midx.c
+++ b/midx.c
@@ -1,8 +1,10 @@
-#include "git-compat-util.h"
+#include "cache.h"
+#include "abspath.h"
#include "alloc.h"
#include "config.h"
#include "csum-file.h"
#include "dir.h"
+#include "gettext.h"
#include "hex.h"
#include "lockfile.h"
#include "packfile.h"