X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=compat%2Fhave_d_type.c;fp=compat%2Fhave_d_type.c;h=9ca6c6e08ed6cad81e84bf012e224c3225fecce7;hp=0000000000000000000000000000000000000000;hb=b1fa95721bd54c60c367ae4fb54279404656a070;hpb=aaa7f0d92ee9c876c38da43be5c49e8d5c73a99b diff --git a/compat/have_d_type.c b/compat/have_d_type.c new file mode 100644 index 00000000..9ca6c6e0 --- /dev/null +++ b/compat/have_d_type.c @@ -0,0 +1,10 @@ +#include + +int main() +{ + struct dirent ent; + + (void) ent.d_type; + + return 0; +}