blob: 01a9f2b40b42e512409f7f3c013c08e85523b522 [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