From 817f0a37fb512b27dc50e2e81267c36f809aac0f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 12 Jan 2012 08:51:57 +0000 Subject: [PATCH] fcst: Add missing #include git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4065 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_scst.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fcst/ft_scst.c b/fcst/ft_scst.c index 4e9e5e5d7..fc6d5b8a3 100644 --- a/fcst/ft_scst.c +++ b/fcst/ft_scst.c @@ -14,7 +14,9 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ + #include +#include #include #include #include "fcst.h"