mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed the include of utime.h. (I should read the mails from others more exactly.)
svn path=/trunk/; revision=12260
This commit is contained in:
parent
b41e30eb6d
commit
a736766cac
1 changed files with 1 additions and 1 deletions
|
@ -2,10 +2,10 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <utime.h>
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
#include <dos.h>
|
||||
#include <utime.h>
|
||||
#else
|
||||
#include <sys/io.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue