qla2x00t: Fix scst_debug.h include path for the in-tree build

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7254 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2017-10-12 14:56:44 +00:00
parent ea826a80d8
commit 8f704cbe83
+4
View File
@@ -26,7 +26,11 @@
#include <qla2x_tgt.h>
#include <qla2x_tgt_def.h>
#ifdef INSIDE_KERNEL_TREE
#include <scst/scst_debug.h>
#else
#include <scst_debug.h>
#endif
/* Version numbers, the same as for the kernel */
#define Q2T_VERSION(a, b, c, d) (((a) << 030) + ((b) << 020) + (c) << 010 + (d))