From 71073a546a5762c9407f05e27a82e7b8beca0655 Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 27 Aug 2016 04:38:48 +0000 Subject: Move up the include so have NULL ok deraadt@ --- usr.sbin/pcidump/pcidump.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pcidump') diff --git a/usr.sbin/pcidump/pcidump.c b/usr.sbin/pcidump/pcidump.c index 1673815dce9..08d94506421 100644 --- a/usr.sbin/pcidump/pcidump.c +++ b/usr.sbin/pcidump/pcidump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcidump.c,v 1.39 2015/12/01 19:10:09 kettenis Exp $ */ +/* $OpenBSD: pcidump.c,v 1.40 2016/08/27 04:38:48 guenther Exp $ */ /* * Copyright (c) 2006, 2007 David Gwynne @@ -20,6 +20,8 @@ #include #include +#include /* need NULL for */ + #include #include #include @@ -28,7 +30,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-59-g8ed1b