]> rtime.felk.cvut.cz Git - notmuch.git/blob - compat/have_d_type.c
NEWS: deprecate notmuch deliver
[notmuch.git] / compat / have_d_type.c
1 #include <dirent.h>
2
3 int main()
4 {
5     struct dirent ent;
6
7     (void) ent.d_type;
8
9     return 0;
10 }