From 85c288f2f3cda7cd283e80772c753aff7a991bdd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 2 May 2011 17:43:54 +0000 Subject: [PATCH] Added #include for kmem_cache_free(). git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3434 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_priv.h b/scst/src/scst_priv.h index ab31e5386..b83b18bc0 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -21,7 +21,7 @@ #define __SCST_PRIV_H #include - +#include #include #include #include