diff options
Diffstat (limited to 'header_checks/meson.build')
-rw-r--r-- | header_checks/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build index b23e774ec1..066d228a83 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build | |||
@@ -53,7 +53,8 @@ header_checks = [ | |||
53 | 'langinfo.h', | 53 | 'langinfo.h', |
54 | 'locale.h', | 54 | 'locale.h', |
55 | 'uv.h', | 55 | 'uv.h', |
56 | 'ws2tcpip.h' | 56 | 'ws2tcpip.h', |
57 | 'crt_externs.h' | ||
57 | ] | 58 | ] |
58 | 59 | ||
59 | function_checks = [ | 60 | function_checks = [ |