#include <dirent.h>
#ifndef DT_DIR
#error "DT_DIR is not defined"
#endif
int main(void) { return 0; }
