#include <sys/stat.h>
#ifndef st_mtime
#error "st_mtime is not defined"
#endif
int main(void) { return 0; }
