From: Adrian Bunk Date: Wed, 21 Feb 2007 11:57:30 +0000 (+0100) Subject: HID: hid-debug.c should #include X-Git-Tag: v2.6.21-rc3~147^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4330eb2e5fb6d3c9c0a0be8ed14793f72334d1d4;p=~shefty%2Frdma-dev.git HID: hid-debug.c should #include Every file should include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c index 89241be4ec9..83c4126b37c 100644 --- a/drivers/hid/hid-debug.c +++ b/drivers/hid/hid-debug.c @@ -29,6 +29,7 @@ */ #include +#include struct hid_usage_entry { unsigned page;