blob: e6675ee66e09ef774e4f5ca1c9286c58b7c8c105 [file] [log] [blame] [raw]
#ifndef _STAT_H_
//#error You must include sys/stat.h first.
#include <sys/stat.h>
#endif
#ifndef _STAT2_H
#define _STAT2_H
struct timespec {
long int tv_sec; // Seconds.
long int tv_nsec; // Nanoseconds.
};
#endif