Meson: Add missing checks for struct members

This commit is contained in:
Xavier Claessens 2018-06-14 14:32:49 -04:00
parent 2fe4fa6cd0
commit 5ee54589e2

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