diff options
author | Moody Liu <mooodyhunter@outlook.com> | 2023-09-05 00:47:48 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2023-09-09 07:25:27 -0400 |
commit | 3c47216fe945a45834daa38f71e287dcfaf345c7 (patch) | |
tree | e208f26df2306a4080cbaa28db5f427b44e455f2 /mesonbuild/utils | |
parent | 306efbd5b77abdc6ffca27bcb049f3196b7e3451 (diff) | |
download | meson-3c47216fe945a45834daa38f71e287dcfaf345c7.zip meson-3c47216fe945a45834daa38f71e287dcfaf345c7.tar.gz meson-3c47216fe945a45834daa38f71e287dcfaf345c7.tar.bz2 |
clike compilers: fix cross_* functions' include
A standard C library may not exist for cross-compile
environments, thus the existence of <stdio.h> cannot be
guaranteed.
Use <stddef.h> instead, this header contains compiler-specific
defines thus it usually comes from the compiler.
Diffstat (limited to 'mesonbuild/utils')
0 files changed, 0 insertions, 0 deletions