]> git.ipfire.org Git - thirdparty/git.git/blobdiff - daemon.c
wrapper.h: move declarations for wrapper.c functions from cache.h
[thirdparty/git.git] / daemon.c
index bb795ca3ca9726c61fb75b7a275bb8c442cfc371..e35604e194cf92868fb5b8bd1b4e09c5d6d96996 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -6,6 +6,7 @@
 #include "run-command.h"
 #include "strbuf.h"
 #include "string-list.h"
+#include "wrapper.h"
 
 #ifdef NO_INITGROUPS
 #define initgroups(x, y) (0) /* nothing */