Changeset: b3dcf21d0916 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b3dcf21d0916 Modified Files: common/utils/muuid.c Branch: default Log Message:
Include unistd.h for FreeBSD. diffs (11 lines): diff --git a/common/utils/muuid.c b/common/utils/muuid.c --- a/common/utils/muuid.c +++ b/common/utils/muuid.c @@ -12,6 +12,7 @@ #include "monetdb_config.h" #include "muuid.h" #include <string.h> /* strdup */ +#include <unistd.h> /* for getentropy on FreeBSD */ #if defined(HAVE_GETENTROPY) && defined(HAVE_SYS_RANDOM_H) #include <sys/random.h> #endif _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
