#ifndef _LINUX_UTIME_H #define _LINUX_UTIME_H #include struct utimbuf { time_t actime; time_t modtime; }; #endif