scilab: fix scilab 6.0 beta1 compilation error

This commit is contained in:
simon 2016-03-02 05:07:40 -05:00
commit 94a94edae4

View file

@ -17,7 +17,9 @@ extern "C" {
#define __USE_DEPRECATED_STACK_FUNCTIONS__
#include "stack-c.h"
#endif
#if SWIG_SCILAB_VERSION < 600
#include "MALLOC.h"
#endif
#include "Scierror.h"
#include "localization.h"
#include "freeArrayOfString.h"