Skip to content
Snippets Groups Projects
Commit afcfa50e authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

meson-build: Add missing check for varargs.h

parent bd1538ad
No related branches found
No related tags found
1 merge request!63Fix header and function checks
......@@ -64,6 +64,7 @@ headers = [
'sys/utsname.h',
'time.h',
'unistd.h',
'varargs.h',
]
foreach header : headers
if cc.check_header(header)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment