From: Hauke Mehrtens Date: Wed, 22 Jul 2009 20:37:47 +0000 (+0200) Subject: Add missing import. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9ce35dd3cf27089010347bb460dfd231f8a6ada4;p=openwrt%2Fstaging%2Fblogic.git Add missing import. This import was missing in 3615cdf6a700ca02cd14118a7d84ed0065a6e1c1 It is not needed now, but it will be soon. Signed-off-by: Hauke Mehrtens --- diff --git a/compat/compat.h b/compat/compat.h index c5ed4ffe263c..05612b2f4126 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -20,5 +20,6 @@ #include #include #include +#include #endif /* LINUX_26_COMPAT_H */