-/* Copyright (C) 1991, 1992, 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
*/
#ifndef _UTIME_H
-
#define _UTIME_H 1
+
#include <features.h>
__BEGIN_DECLS
-#define __need_NULL
-#include <stddef.h>
+#include <bits/types.h>
-#include <gnu/types.h>
+#ifdef __USE_UNIX98
+# define __need_time_t
+# include <time.h>
+#endif
/* Structure describing file times. */
struct utimbuf
__END_DECLS
-#endif /* utime.h */
+#endif /* utime.h */