# HG changeset patch # User John Donoghue # Date 1443435877 14400 # Node ID bbe6a846d8ac938b17764dc5175407c2e7714268 # Parent 7d7c91ddc736bec491f4e760cb12c00219e480d0 Include stdint.h in mex.h file (Bug #46062) * libinterp/corefcn/mex.h: add #include diff -r 7d7c91ddc736 -r bbe6a846d8ac libinterp/corefcn/mex.h --- 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 + #include "mexproto.h" #if defined (__cplusplus)