X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..15de9d6b4ab2de27ae24b13b7b6c4d55fffe4aef:/include/utime.h diff --git a/include/utime.h b/include/utime.h index c2121ca..106e494 100644 --- a/include/utime.h +++ b/include/utime.h @@ -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 + struct utimbuf { time_t actime; /* Access time */ time_t modtime; /* Modification time */