include time.h instead of sys/time.h

svn path=/trunk/; revision=38240
This commit is contained in:
Timo Kreuzer 2008-12-21 18:01:57 +00:00
parent 5dc072842a
commit 044b7c4522

View file

@ -44,7 +44,7 @@ char copyright[] =
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <time.h>
//#ifdef __STDC__
//#error "__STDC__ defined"