On Freitag, 19. Juni 2009, Junio C Hamano wrote: > 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. Oops, you are right! Thanks for noticing it. Silly me: I didn't have -Wall in my CFLAGS. -- Hannes -- 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