projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79cfad
)
Added missing include of linux/version.h
author
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 6 Dec 2006 13:58:50 +0000
(13:58 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Wed, 6 Dec 2006 13:58:50 +0000
(13:58 +0000)
include/linux/config.h
patch
|
blob
|
history
diff --git
a/include/linux/config.h
b/include/linux/config.h
index 3a7294b6457ccd8d3b679f6a064a0503ee9302b1..ed988d4d1951906d034f8860c45e580642914e7c 100644
(file)
--- a/
include/linux/config.h
+++ b/
include/linux/config.h
@@
-1,6
+1,8
@@
#ifndef __MULTI_CONFIG_H_
#define __MULTI_CONFIG_H_
+#include <linux/version.h>
+
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
#include <config.h>