scilab: fix compilation error in 5.3.3

This commit is contained in:
Simon Marchetto 2014-02-10 10:24:46 +01:00
commit af94aa91e7

View file

@ -18,6 +18,7 @@ extern "C" {
#endif
#if !SWIG_SCILAB_VERSION_MIN(5, 4, 0)
#define __USE_DEPRECATED_STACK_FUNCTIONS__
#include "stack-c.h"
#endif
#include "MALLOC.h"
#include "sciprint.h"