diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-26 05:41:46 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-05-26 05:41:46 +0000 |
commit | 9180b87400fd86c3445bcf9b8d39c4bd3d6a5ba4 (patch) | |
tree | 9d78ff78b222e172f854929e86a38733fdb44d9b | |
parent | ed3a27ef144294f584bf9a62de5ceafeb5d2511f (diff) |
Fix compilation on macppc and likely other archs.
-rw-r--r-- | sys/dev/ic/rtwvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/rtwvar.h b/sys/dev/ic/rtwvar.h index 650938f4809..cb3b6e62385 100644 --- a/sys/dev/ic/rtwvar.h +++ b/sys/dev/ic/rtwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtwvar.h,v 1.8 2005/03/02 11:14:12 jsg Exp $ */ +/* $OpenBSD: rtwvar.h,v 1.9 2005/05/26 05:41:45 jsg Exp $ */ /* $NetBSD: rtwvar.h,v 1.10 2004/12/26 22:37:57 mycroft Exp $ */ /*- * Copyright (c) 2004, 2005 David Young. All rights reserved. @@ -34,6 +34,7 @@ #ifndef _DEV_IC_RTWVAR_H_ #define _DEV_IC_RTWVAR_H_ +#include <sys/device.h> #include <sys/queue.h> #include <sys/timeout.h> |