]> git.ipfire.org Git - thirdparty/git.git/blobdiff - apply.c
alloc.h: move ALLOC_GROW() functions from cache.h
[thirdparty/git.git] / apply.c
diff --git a/apply.c b/apply.c
index 5cc5479c9c356fb955839fc808d0742d1d54b8e5..7f12ebf04c5d6dd74cba80c02a9ff7bd1ddcb9f5 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -8,6 +8,7 @@
  */
 
 #include "cache.h"
+#include "alloc.h"
 #include "config.h"
 #include "object-store.h"
 #include "blob.h"