Johannes Sixt <j6t@xxxxxxxx> writes: > diff --git a/daemon.c b/daemon.c > index d7ceca4..3e1a354 100644 > --- a/daemon.c > +++ b/daemon.c > @@ -1,6 +1,7 @@ > #include "cache.h" > #include "pkt-line.h" > -#include "exec_cmd.h" > +#include "run-command.h" > +#include "strbuf.h" CC daemon.o cc1: warnings being treated as errors daemon.c: In function 'main': daemon.c:981: error: implicit declaration of function 'git_extract_argv0_path' make: *** [daemon.o] Error 1 I'll add the include back in the meantime. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html