X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmeson.build;h=92f42fa5c3810e3bbceebf9ba8067d754daa90a4;hb=cfc9fee931c70554353ce6c4acc3407baac08745;hp=43f70bfab4c7af73b8278325ee912b4fed284763;hpb=08f1e0cd33812f9d972dd7c59021443a8d02d0e0;p=tinc diff --git a/src/meson.build b/src/meson.build index 43f70bfa..92f42fa5 100644 --- a/src/meson.build +++ b/src/meson.build @@ -16,6 +16,7 @@ foreach attr : ['malloc', 'nonnull', 'warn_unused_result'] endforeach check_headers = [ + 'alloca.h', 'arpa/inet.h', 'arpa/nameser.h', 'dirent.h', @@ -48,7 +49,9 @@ check_headers = [ 'sys/types.h', 'sys/wait.h', 'syslog.h', + 'string.h', 'termios.h', + 'unistd.h', ] # 'struct msghdr' misses some required fields