Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys pull queue.h in to make userland compilation happy



details:   https://anonhg.NetBSD.org/src/rev/77ea339b46ca
branches:  trunk
changeset: 541709:77ea339b46ca
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jan 17 10:07:23 2003 +0000

description:
pull queue.h in to make userland compilation happy

diffstat:

 sys/sys/mbuf.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ee77f786c5ac -r 77ea339b46ca sys/sys/mbuf.h
--- a/sys/sys/mbuf.h    Fri Jan 17 08:27:35 2003 +0000
+++ b/sys/sys/mbuf.h    Fri Jan 17 10:07:23 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbuf.h,v 1.69 2003/01/17 08:12:00 itojun Exp $ */
+/*     $NetBSD: mbuf.h,v 1.70 2003/01/17 10:07:23 itojun Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1999, 2001 The NetBSD Foundation, Inc.
@@ -80,6 +80,7 @@
 #include <sys/malloc.h>
 #endif
 #include <sys/pool.h>
+#include <sys/queue.h>
 
 /*
  * Mbufs are of a single size, MSIZE (machine/param.h), which



Home | Main Index | Thread Index | Old Index