Changeset: 65e04169414e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=65e04169414e Modified Files: common/utils/mstring.h Branch: default Log Message:
Add necessary include files. diffs (12 lines): diff --git a/common/utils/mstring.h b/common/utils/mstring.h --- a/common/utils/mstring.h +++ b/common/utils/mstring.h @@ -6,6 +6,8 @@ * Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V. */ +#include <stdarg.h> /* va_list etc. */ +#include <string.h> /* strlen */ /* copy at most (n-1) bytes from src to dst and add a terminating NULL * byte; return length of src (i.e. can be more than what is copied) */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list