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