diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-04-02 05:16:15 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-04-02 05:16:15 +0000 |
commit | 151440f336ebd9cbe8657b678cbcb974eff6e9a8 (patch) | |
tree | 531033eff16686ae869969b6b6d9455c5ae89bb9 /include/utime.h | |
parent | a3c06213826cfd432c3ec5a4502db0853fba2328 (diff) |
Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future
ok deraadt@
Diffstat (limited to 'include/utime.h')
-rw-r--r-- | include/utime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utime.h b/include/utime.h index 9fab94f8c16..f61786584ce 100644 --- a/include/utime.h +++ b/include/utime.h @@ -1,4 +1,4 @@ -/* $OpenBSD: utime.h,v 1.6 2006/01/06 18:53:04 millert Exp $ */ +/* $OpenBSD: utime.h,v 1.7 2013/04/02 05:16:14 guenther Exp $ */ /* $NetBSD: utime.h,v 1.3 1994/10/26 00:56:39 cgd Exp $ */ /*- @@ -36,7 +36,7 @@ #define _UTIME_H_ #include <sys/cdefs.h> -#include <machine/_types.h> +#include <sys/_types.h> #ifndef _TIME_T_DEFINED_ #define _TIME_T_DEFINED_ |