config: move flockfile() closer to unlocked functions
[gitweb.git] / fast-import.c
index 32ac5323f6310e40595df23b77698dea1622f9fa..d5e4cf0bad411dad859dbe421ab7583cfb0f1561 100644 (file)
@@ -167,6 +167,7 @@ Format of STDIN stream:
 #include "quote.h"
 #include "dir.h"
 #include "run-command.h"
+#include "packfile.h"
 
 #define PACK_ID_BITS 16
 #define MAX_PACK_ID ((1<<PACK_ID_BITS)-1)