Changeset: 1e3f045abda2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1e3f045abda2 Modified Files: clients/examples/C/testsfile.c Branch: monetdburl Log Message:
no strings.h on windows, but seems not needed anyway diffs (11 lines): diff --git a/clients/examples/C/testsfile.c b/clients/examples/C/testsfile.c --- a/clients/examples/C/testsfile.c +++ b/clients/examples/C/testsfile.c @@ -9,7 +9,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <strings.h> // love it when a task is so straightforward I can use global variables! static int start_line = -1; _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
