scilab: fix scilab 6.0 beta1 compilation error
This commit is contained in:
parent
75510a121d
commit
94a94edae4
1 changed files with 2 additions and 0 deletions
|
|
@ -17,7 +17,9 @@ extern "C" {
|
||||||
#define __USE_DEPRECATED_STACK_FUNCTIONS__
|
#define __USE_DEPRECATED_STACK_FUNCTIONS__
|
||||||
#include "stack-c.h"
|
#include "stack-c.h"
|
||||||
#endif
|
#endif
|
||||||
|
#if SWIG_SCILAB_VERSION < 600
|
||||||
#include "MALLOC.h"
|
#include "MALLOC.h"
|
||||||
|
#endif
|
||||||
#include "Scierror.h"
|
#include "Scierror.h"
|
||||||
#include "localization.h"
|
#include "localization.h"
|
||||||
#include "freeArrayOfString.h"
|
#include "freeArrayOfString.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue