From 76039bc84fae9915788b54ff28fe0cc4876952d2 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sat, 26 Oct 2013 17:58:36 +0000 Subject: The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare to this event, adding if_var.h to files that do need it. Also, include all includes that now are included due to implicit pollution via if_var.h Sponsored by: Netflix Sponsored by: Nginx, Inc. --- sys/dev/wb/if_wb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/wb/if_wb.c') diff --git a/sys/dev/wb/if_wb.c b/sys/dev/wb/if_wb.c index f96441c5e4d8..a126d4a4df8f 100644 --- a/sys/dev/wb/if_wb.c +++ b/sys/dev/wb/if_wb.c @@ -94,6 +94,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include #include -- cgit v1.2.3