1
0
forked from 0ad/0ad

moved premake to source/workspaces. would move vc* into that dir as well, but cannot remove from cvs for some reason :S

This was SVN commit r217.
This commit is contained in:
janwas 2004-05-07 01:25:50 +00:00
parent 5b5726ed4d
commit 55126a5843

View File

@ -1,20 +0,0 @@
#ifndef _bug_time_H
#define _bug_time_H
#include "/usr/include/sys/time.h"
#define __need_time_t
#include <time.h>
#ifndef __timespec_defined
#define __timespec_defined 1
struct timespec {
__time_t tv_sec;
long int tv_nsec;
};
#endif
typedef __time_t time_t;
typedef __clockid_t clockid_t;
#endif