Marius Storm-Olsen schrieb: > diff --git a/test-genrandom.c b/test-genrandom.c > index 8ad276d..5849599 100644 > --- a/test-genrandom.c > +++ b/test-genrandom.c > @@ -6,6 +6,7 @@ > > #include <stdio.h> > #include <stdlib.h> > +#include "git-compat-util.h" > > int main(int argc, char *argv[]) > { We usually #include *only* git-compat-util.h; you can remove stdio.h and stdlib.h, as Alexey proposed. -- 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