mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
include time.h instead of sys/time.h
svn path=/trunk/; revision=38240
This commit is contained in:
parent
5dc072842a
commit
044b7c4522
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue