mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* tools/rtouch.c: Include <sys/utime.h>, not <utime.h>. svn path=/trunk/; revision=4007
This commit is contained in:
parent
f63e1913da
commit
1c52b61e7d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* tools/rtouch.c: Include <sys/utime.h>, not <utime.h>.
|
||||
|
||||
2003-01-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* tools/rtouch.c: New file.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <utime.h>
|
||||
#include <sys/utime.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue