projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a4812a
)
Added missing include for linux/version.h
author
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 8 Aug 2006 14:47:55 +0000
(14:47 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 8 Aug 2006 14:47:55 +0000
(14:47 +0000)
include/linux/types.h
patch
|
blob
|
history
diff --git
a/include/linux/types.h
b/include/linux/types.h
index 9066a3acf8a1ea0b00f932de930502ae5a8c0a60..31b7e409786376e3eb22cf16d3ccac14e9ea7bc3 100644
(file)
--- a/
include/linux/types.h
+++ b/
include/linux/types.h
@@
-19,6
+19,8
@@
#ifndef __COMPAT_LINUX_TYPES_H_
#define __COMPAT_LINUX_TYPES_H_
+#include <linux/version.h>
+
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18)
typedef unsigned long resource_size_t;
#else