From 2f38211563403ff25af9e346d18bfeb94df20b5b Mon Sep 17 00:00:00 2001 From: blambert Date: Sun, 1 Aug 2010 05:30:13 +0000 Subject: [PATCH] don't rely on mbuf.h to pull in pool.h here either ok miod@ --- usr.bin/systat/mbufs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index 6a7a87ef8b6..2bbbbc979a0 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mbufs.c,v 1.27 2010/08/01 03:09:48 chl Exp $ */ +/* $OpenBSD: mbufs.c,v 1.28 2010/08/01 05:30:13 blambert Exp $ */ /* * Copyright (c) 2008 Can Erkin Acar * @@ -19,6 +19,7 @@ #include #include #include +#include #include #include -- 2.20.1