scst: Unbreak the build on Debian systems

This commit is contained in:
Bart Van Assche
2018-05-05 01:38:47 -07:00
parent 189ff4dac7
commit da39da34b5

View File

@@ -30,6 +30,10 @@
#include "scst_pres.h"
#include "scst_dlm.h"
#ifndef RHEL_RELEASE_VERSION
#define RHEL_RELEASE_VERSION(maj, min) 0
#endif
#if (defined(CONFIG_DLM) || defined(CONFIG_DLM_MODULE)) && \
!defined(CONFIG_SCST_NO_DLM)