From 985d0e7c4d260f7c612170d2becca2275d3008b5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 13 Feb 2012 19:18:39 +0000 Subject: [PATCH] fcst: Add missing #include (merged r4065 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4124 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"