From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 15:21:30 +0000 (+0530) Subject: headers_check fix: linux/dlm_plock.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=37eb1f4c3320ed505fbe59a916635b2342c740e4;p=linux-beck.git headers_check fix: linux/dlm_plock.h fix the following 'make headers_check' warning: usr/include/linux/dlm_plock.h:25: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/dlm_plock.h b/include/linux/dlm_plock.h index 18d5fdbceb74..2dd21243104f 100644 --- a/include/linux/dlm_plock.h +++ b/include/linux/dlm_plock.h @@ -9,6 +9,8 @@ #ifndef __DLM_PLOCK_DOT_H__ #define __DLM_PLOCK_DOT_H__ +#include + #define DLM_PLOCK_MISC_NAME "dlm_plock" #define DLM_PLOCK_VERSION_MAJOR 1