summaryrefslogtreecommitdiffstats
path: root/include/linux/dlm_plock.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 20:51:30 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:45:32 +0530
commit37eb1f4c3320ed505fbe59a916635b2342c740e4 (patch)
tree8c91fcec4b0a6c83b92e2eaf39ed243b1eb7ecc5 /include/linux/dlm_plock.h
parent59e4cf19ede2d2725c1b336707c1077afdd3cf85 (diff)
downloadlinux-37eb1f4c3320ed505fbe59a916635b2342c740e4.tar.gz
linux-37eb1f4c3320ed505fbe59a916635b2342c740e4.tar.xz
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 <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/dlm_plock.h')
-rw-r--r--include/linux/dlm_plock.h2
1 files changed, 2 insertions, 0 deletions
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 <linux/types.h>
+
#define DLM_PLOCK_MISC_NAME "dlm_plock"
#define DLM_PLOCK_VERSION_MAJOR 1