diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-14 17:27:22 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-14 17:27:22 +0000 |
commit | b0b81aa6f608e13f6e90f5b0fc943c10e8008eb2 (patch) | |
tree | cf91bf9a0b2b18edb530d5145e6241069f473843 /sys/dev/usb/ehci.c | |
parent | 38fcca814543bbed991b93302860b74d7c4be929 (diff) |
Add missing header found while removing <sys/srp.h> from <sys/param.h>
Diffstat (limited to 'sys/dev/usb/ehci.c')
-rw-r--r-- | sys/dev/usb/ehci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index 71cb15f6542..384f8b72afc 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ehci.c,v 1.188 2015/11/02 14:55:41 mpi Exp $ */ +/* $OpenBSD: ehci.c,v 1.189 2015/11/14 17:27:21 mpi Exp $ */ /* $NetBSD: ehci.c,v 1.66 2004/06/30 03:11:56 mycroft Exp $ */ /* @@ -65,6 +65,7 @@ #include <sys/timeout.h> #include <sys/pool.h> #include <sys/endian.h> +#include <sys/atomic.h> #include <machine/bus.h> |