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