diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2013-07-06 18:44:22 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2013-07-06 18:44:22 +0000 |
commit | d0e1f726220e4d664cce1d940de8d53be2295821 (patch) | |
tree | 4073185c9ae2f541b68a59e7c98b6cf477730476 /sys | |
parent | 166d07a27c90174b03555c88f521cd2a86789927 (diff) |
__clock_t is now defined in <sys/_types.h>; ok guenther@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/times.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/times.h b/sys/sys/times.h index 7d7a47ba481..4781ffd9455 100644 --- a/sys/sys/times.h +++ b/sys/sys/times.h @@ -1,4 +1,4 @@ -/* $OpenBSD: times.h,v 1.5 2006/01/06 18:53:06 millert Exp $ */ +/* $OpenBSD: times.h,v 1.6 2013/07/06 18:44:21 naddy Exp $ */ /* $NetBSD: times.h,v 1.8 1995/03/26 20:24:54 jtc Exp $ */ /*- @@ -41,7 +41,7 @@ #define _SYS_TIMES_H_ #include <sys/cdefs.h> -#include <machine/_types.h> +#include <sys/_types.h> #ifndef _CLOCK_T_DEFINED_ #define _CLOCK_T_DEFINED_ |