Added missing include of linux/version.h
authorFrank Mori Hess <fmhess@speakeasy.net>
Wed, 6 Dec 2006 13:58:50 +0000 (13:58 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Wed, 6 Dec 2006 13:58:50 +0000 (13:58 +0000)
include/linux/config.h

index 3a7294b6457ccd8d3b679f6a064a0503ee9302b1..ed988d4d1951906d034f8860c45e580642914e7c 100644 (file)
@@ -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>