mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Meson: Add missing checks for struct members
This commit is contained in:
parent
2fe4fa6cd0
commit
5ee54589e2
@ -304,6 +304,10 @@ struct_members = [
|
||||
[ 'statfs', 'f_bavail', struct_stat_blkprefix ],
|
||||
[ 'dirent', 'd_type', '''#include <sys/types.h>
|
||||
#include <dirent.h>''' ],
|
||||
[ 'statvfs', 'f_basetype', '#include <sys/statvfs.h>' ],
|
||||
[ 'statvfs', 'f_fstypename', '#include <sys/statvfs.h>' ],
|
||||
[ 'tm', 'tm_gmtoff', '#include <time.h>' ],
|
||||
[ 'tm', '__tm_gmtoff', '#include <time.h>' ],
|
||||
]
|
||||
|
||||
foreach m : struct_members
|
||||
|
Loading…
Reference in New Issue
Block a user