]> git.saurik.com Git - apple/libc.git/blobdiff - include/utime.h
Libc-1439.100.3.tar.gz
[apple/libc.git] / include / utime.h
index c2121ca4741bc4ce3e074c12a98c5b2baa105b66..106e494940b9ad03d9749cfab0fa09d6d2f9e322 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -60,6 +58,9 @@
 #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 */