changeset 20558:bbe6a846d8ac stable

Include stdint.h in mex.h file (Bug #46062) * libinterp/corefcn/mex.h: add #include <stdint.h>
author John Donoghue <john.donoghue@ieee.org>
date Mon, 28 Sep 2015 06:24:37 -0400
parents 7d7c91ddc736
children 3aea4200da40 66adbb6e88ad
files libinterp/corefcn/mex.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/mex.h	Sun Aug 23 21:45:49 2015 +0200
+++ b/libinterp/corefcn/mex.h	Mon Sep 28 06:24:37 2015 -0400
@@ -64,6 +64,8 @@
 
 #define mxMAXNAME 64
 
+#include <stdint.h>
+
 #include "mexproto.h"
 
 #if defined (__cplusplus)