Re: [PATCH 04/15] Set _O_BINARY as default fmode for both MinGW and MSVC From: Johannes Sixt <hidden> Date: 2016-06-15 22:47:25 Marius Storm-Olsen schrieb:quoted hunk ↗ jump to hunkdiff --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
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help