From 055804e8f67eb297329b9312c3a49c72708c7132 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 28 Apr 2010 16:56:53 +0000 Subject: [PATCH] Fix compilation on CentOS/RHEL as suggested by Carl.Lewis@dpipwe.tas.gov.au git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1663 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index f90007203..dff43eeba 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "scst.h" #include "scst_priv.h"