Skip to content

Commit

Permalink
[MATLAB] Issue #67 Added stdio.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeandersson committed Jun 13, 2016
1 parent 234d6ea commit 9f00110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/matlab/matlabruntime.swg
Expand Up @@ -3,6 +3,7 @@
#include <math.h> /* need this for floor() */
#include <string.h> /* need this for strcmp() */
#include <stdarg.h> /* need this for SWIG_Error below */
#include <stdio.h> /* needed for SWIG_Error */
%}

%insert(runtime) "swigrun.swg";
Expand Down

0 comments on commit 9f00110

Please sign in to comment.