From 6d7e1582a39a077ec22368cf5fbe82ad1c9596cf Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Mon, 8 Dec 2008 03:48:03 +0000 Subject: [PATCH] mutex.h is needed here. It got it by namespace pollution. Pointed out by: bde --- sys/dev/fxp/if_fxp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index cd7a9a651ef4..f79282e06a88 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -44,7 +44,9 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include +#include #include #include #include