diff options
author | 2013-07-06 18:44:21 +0000 | |
---|---|---|
committer | 2013-07-06 18:44:21 +0000 | |
commit | f28679b547275706b4e9843ce4489cbc6d19c390 (patch) | |
tree | d4a0cf902d804ef1762aa57f06e81f0e7177ce4b | |
parent | Forgot to commit this file during the a.out->ELF transition. (diff) | |
download | wireguard-openbsd-f28679b547275706b4e9843ce4489cbc6d19c390.tar.xz wireguard-openbsd-f28679b547275706b4e9843ce4489cbc6d19c390.zip |
__clock_t is now defined in <sys/_types.h>; ok guenther@
-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_ |