diff options
| author | 2011-11-27 09:20:57 +0000 | |
|---|---|---|
| committer | 2011-11-27 09:20:57 +0000 | |
| commit | 34c7ff30f4c71a08c971e365d0017b080dd47ce0 (patch) | |
| tree | 0a1a99e984973cd6decca199c1732fbdc025f711 /sys/dev/usb/ueagle.c | |
| parent | Set the initfirst and nodelete flags on the shared library, in anticipation (diff) | |
| download | wireguard-openbsd-34c7ff30f4c71a08c971e365d0017b080dd47ce0.tar.xz wireguard-openbsd-34c7ff30f4c71a08c971e365d0017b080dd47ce0.zip | |
This needs sys/kthread.h to build
Diffstat (limited to 'sys/dev/usb/ueagle.c')
| -rw-r--r-- | sys/dev/usb/ueagle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ueagle.c b/sys/dev/usb/ueagle.c index 71bf18e229d..0311c7b840b 100644 --- a/sys/dev/usb/ueagle.c +++ b/sys/dev/usb/ueagle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ueagle.c,v 1.35 2011/09/18 23:24:12 krw Exp $ */ +/* $OpenBSD: ueagle.c,v 1.36 2011/11/27 09:20:57 claudio Exp $ */ /*- * Copyright (c) 2003-2006 @@ -28,6 +28,7 @@ #include <sys/sockio.h> #include <sys/mbuf.h> #include <sys/kernel.h> +#include <sys/kthread.h> #include <sys/socket.h> #include <sys/systm.h> #include <sys/device.h> |
