summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-01 00:18:02 +0000
committerbde <bde@FreeBSD.org>1997-09-01 00:18:02 +0000
commitff4b4c1d18cef70a372542d0a1a7a48e6543cf9e (patch)
treef70f7a329f0ac57199c93e1fcdfa43a008f75171
parent5a98f054e15ae871e0bd529ce66b43104139716c (diff)
downloadFreeBSD-src-ff4b4c1d18cef70a372542d0a1a7a48e6543cf9e.zip
FreeBSD-src-ff4b4c1d18cef70a372542d0a1a7a48e6543cf9e.tar.gz
Added #include of <sys/queue.h> to make this self-sufficient.
Includers of this file apparently didn't know that <sys/queue.h> was a prerequisite and include a semi-random collection headers until one happened to include it.
-rw-r--r--sys/dev/ppbus/ppbconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h
index 15a6fb0..9cb3873 100644
--- a/sys/dev/ppbus/ppbconf.h
+++ b/sys/dev/ppbus/ppbconf.h
@@ -23,12 +23,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ppbconf.h,v 1.1 1997/08/14 13:57:42 msmith Exp $
+ * $Id: ppbconf.h,v 1.2 1997/08/16 14:05:36 msmith Exp $
*
*/
#ifndef __PPBCONF_H
#define __PPBCONF_H
+#include <sys/queue.h>
+
/*
* Parallel Port Bus sleep/wakeup queue.
*/
OpenPOWER on IntegriCloud