From: Hauke Mehrtens Date: Sun, 26 May 2013 19:52:29 +0000 (+0200) Subject: backports: add missing include to dma-shared-helpers.c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f87a0501ea5a1baf759e4294022c1019de81b6d6;p=openwrt%2Fstaging%2Fblogic.git backports: add missing include to dma-shared-helpers.c Signed-off-by: Hauke Mehrtens Signed-off-by: Luis R. Rodriguez --- diff --git a/backport/compat/dma-shared-helpers.c b/backport/compat/dma-shared-helpers.c index e09dd6be6324..f76cf06bd400 100644 --- a/backport/compat/dma-shared-helpers.c +++ b/backport/compat/dma-shared-helpers.c @@ -11,6 +11,7 @@ #include #include #include +#include #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0) #if LINUX_VERSION_CODE <= KERNEL_VERSION(3,6,0) #include