projects
/
apple
/
libc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Libc-1272.200.26.tar.gz
[apple/libc.git]
/
include
/
utime.h
diff --git
a/include/utime.h
b/include/utime.h
index 7036388d8d1ec49c2cfa4580e3c429a6c0a2bcec..106e494940b9ad03d9749cfab0fa09d6d2f9e322 100644
(file)
--- a/
include/utime.h
+++ b/
include/utime.h
@@
-58,6
+58,9
@@
#ifndef _UTIME_H_
#define _UTIME_H_
#ifndef _UTIME_H_
#define _UTIME_H_
+#include <_types.h>
+#include <sys/_types/_time_t.h>
+
struct utimbuf {
time_t actime; /* Access time */
time_t modtime; /* Modification time */
struct utimbuf {
time_t actime; /* Access time */
time_t modtime; /* Modification time */