Missed before: Frank's typedef fix actually needs another include on Linux

release/4.3a0
cbeall3 2014-06-01 16:02:24 -04:00
parent e748088c06
commit e60f21a22f
2 changed files with 2 additions and 0 deletions

View File

@ -621,6 +621,7 @@
#include <limits.h>
#ifdef MATLAB_MEX_FILE
#include <stdint.h>
typedef uint16_t char16_t;
#include "mex.h"
#include "matrix.h"

View File

@ -14,6 +14,7 @@
#ifndef NPRINT
#ifdef MATLAB_MEX_FILE
#include <stdlib.h>
#include <stdint.h>
typedef uint16_t char16_t;
#include "mex.h"
int (*ccolamd_printf) (const char *, ...) = mexPrintf ;