X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmeson.build;h=02a42833bf7bfef5db51fdef00a441d51c756591;hb=e6111686d731af1e621ea9f38babef50610f7717;hp=351124e72b3277646933b03ab210585bc71aef6e;hpb=0f8e3c9f6f2ed4052387397756cd6e05cd28cd00;p=tinc diff --git a/src/meson.build b/src/meson.build index 351124e7..02a42833 100644 --- a/src/meson.build +++ b/src/meson.build @@ -62,6 +62,7 @@ check_headers = [ 'sys/ioctl.h', 'sys/mman.h', 'sys/param.h', + 'sys/random.h', 'sys/resource.h', 'sys/socket.h', 'sys/stat.h', @@ -85,6 +86,7 @@ check_functions = [ 'explicit_bzero', 'explicit_memset', 'fchmod', + 'getentropy', 'gettimeofday', 'memset_s', 'mlockall',