diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2007-10-23 06:57:29 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2007-10-23 06:57:29 +0000 |
commit | ab9d35bdaa2e2c43fea75d23bac90f033e92a916 (patch) | |
tree | a926a2bee1acac10e7ebbab57d78d3196a62265b /usr.sbin | |
parent | fd6ec90d815dfad95cdd77754d60b3e4fa21391b (diff) |
add missing header to avoid warning
"commit!" dlg@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pcidump/pcidump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pcidump/pcidump.c b/usr.sbin/pcidump/pcidump.c index 592f9d83752..398501ab68a 100644 --- a/usr.sbin/pcidump/pcidump.c +++ b/usr.sbin/pcidump/pcidump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcidump.c,v 1.6 2007/10/22 20:54:52 deraadt Exp $ */ +/* $OpenBSD: pcidump.c,v 1.7 2007/10/23 06:57:28 chl Exp $ */ /* * Copyright (c) 2006, 2007 David Gwynne <loki@animata.net> @@ -24,6 +24,7 @@ #include <errno.h> #include <err.h> +#include <sys/ioctl.h> #include <sys/pciio.h> #include <dev/pci/pcireg.h> #include <dev/pci/pcidevs.h> |