summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2013-04-02 05:16:15 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2013-04-02 05:16:15 +0000
commit151440f336ebd9cbe8657b678cbcb974eff6e9a8 (patch)
tree531033eff16686ae869969b6b6d9455c5ae89bb9 /include/time.h
parenta3c06213826cfd432c3ec5a4502db0853fba2328 (diff)
Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future
ok deraadt@
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/time.h b/include/time.h
index ead4ccf6650..95e01b712e0 100644
--- a/include/time.h
+++ b/include/time.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: time.h,v 1.23 2012/10/01 00:21:20 guenther Exp $ */
+/* $OpenBSD: time.h,v 1.24 2013/04/02 05:16:14 guenther Exp $ */
/* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */
/*
@@ -42,7 +42,7 @@
#define _TIME_H_
#include <sys/cdefs.h>
-#include <machine/_types.h>
+#include <sys/_types.h>
#ifndef NULL
#ifdef __GNUG__