diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-09-19 17:38:40 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-09-19 17:38:40 +0000 |
commit | d481e84ecd1cd32131e9a1a20472829b804f480c (patch) | |
tree | 8fdd013fd3d4562283905bc537e025a0878780be /sys/dev | |
parent | 477e41dc337759ceec5c706e833c41f346988a82 (diff) |
add missing sys/device.h.
ok mglocker@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/pgt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/pgt.c b/sys/dev/ic/pgt.c index 097844b3f07..8b50624bb87 100644 --- a/sys/dev/ic/pgt.c +++ b/sys/dev/ic/pgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pgt.c,v 1.11 2006/09/16 12:20:10 mglocker Exp $ */ +/* $OpenBSD: pgt.c,v 1.12 2006/09/19 17:38:39 brad Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -59,6 +59,7 @@ #include <sys/kthread.h> #include <sys/time.h> #include <sys/ioctl.h> +#include <sys/device.h> #include <machine/bus.h> #include <machine/endian.h> |