Merge branch 'struct-member' into 'master'

Meson: Add missing checks for struct members

See merge request GNOME/glib!113
This commit is contained in:
Christoph Reiter 2018-06-15 04:51:06 +00:00
commit efb5d50010

View File

@ -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