mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
scst_local/procfs bug fix: don't include <scst_const.h> before <scst.h> or
SCST_VERSION_STRING will be incorrect because it gets defined before CONFIG_SCST_PROC is defined. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3489 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include <scst/scst.h>
|
||||
#include <scst/scst_debug.h>
|
||||
#else
|
||||
#include <scst_const.h>
|
||||
#include <scst.h>
|
||||
#include <scst_debug.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user