From 0b992080a98fa6f0722c43060819f7c311203a1c Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 17 Jul 2011 16:50:39 -0400 Subject: drivers/uwb: fix implicit use of stat.h The module.h (via device.h) was pulling handfuls of implicitly present header files -- including basic stuff like stat.h. Fix up these stat.h users in advance so they don't break on the cleanup. Signed-off-by: Paul Gortmaker --- drivers/uwb/scan.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/uwb/scan.c') diff --git a/drivers/uwb/scan.c b/drivers/uwb/scan.c index 367aa12..cbb6a5e 100644 --- a/drivers/uwb/scan.c +++ b/drivers/uwb/scan.c @@ -36,6 +36,7 @@ #include #include #include +#include #include "uwb-internal.h" -- cgit v1.1