Missed before: Frank's typedef fix actually needs another include on Linux
parent
e748088c06
commit
e60f21a22f
|
@ -621,6 +621,7 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#ifdef MATLAB_MEX_FILE
|
#ifdef MATLAB_MEX_FILE
|
||||||
|
#include <stdint.h>
|
||||||
typedef uint16_t char16_t;
|
typedef uint16_t char16_t;
|
||||||
#include "mex.h"
|
#include "mex.h"
|
||||||
#include "matrix.h"
|
#include "matrix.h"
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
#ifndef NPRINT
|
#ifndef NPRINT
|
||||||
#ifdef MATLAB_MEX_FILE
|
#ifdef MATLAB_MEX_FILE
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdint.h>
|
||||||
typedef uint16_t char16_t;
|
typedef uint16_t char16_t;
|
||||||
#include "mex.h"
|
#include "mex.h"
|
||||||
int (*ccolamd_printf) (const char *, ...) = mexPrintf ;
|
int (*ccolamd_printf) (const char *, ...) = mexPrintf ;
|
||||||
|
|
Loading…
Reference in New Issue