From a9750a6bffea74f8eb1758cd6e880463c385cda8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 6 Oct 2017 15:08:00 +0000 Subject: [PATCH] fcst: Fix in-tree build See also r7243. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7247 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/fcst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fcst/fcst.h b/fcst/fcst.h index 4ba04a12e..c5e4cc294 100644 --- a/fcst/fcst.h +++ b/fcst/fcst.h @@ -19,16 +19,16 @@ #ifdef INSIDE_KERNEL_TREE #include -#define NEW_LIBFC_API #else #include #include "scst.h" +#endif + #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) || \ defined(CONFIG_SUSE_KERNEL) && \ LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0) #define NEW_LIBFC_API #endif -#endif #define FT_VERSION "3.4.0-pre" #define FT_MODULE "fcst"