diff options
author | Corentin Chary <corentincj@iksaif.net> | 2009-11-28 09:45:14 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-30 20:26:09 +0900 |
commit | 23687af9317c9c01d4609667d3566af7f5e71e65 (patch) | |
tree | 4be19f8334d037e53a2645eb44942384ebff31ea /drivers/staging/android/logger.c | |
parent | 355b0502f6efea0ff9492753888772c96972d2a3 (diff) |
staging/android: fix build issues
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/android/logger.c')
-rw-r--r-- | drivers/staging/android/logger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/android/logger.c b/drivers/staging/android/logger.c index 6c10b456c6cc..64cc2a1e7b16 100644 --- a/drivers/staging/android/logger.c +++ b/drivers/staging/android/logger.c @@ -17,6 +17,7 @@ * GNU General Public License for more details. */ +#include <linux/sched.h> #include <linux/module.h> #include <linux/fs.h> #include <linux/miscdevice.h> |