Skip to content
Snippets Groups Projects
Commit 8dbf1954 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Compatibility fix with GCC 4.8

parent 409675ce
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,14 @@
*/
#if defined(MATLAB_MEX_FILE) || defined(OCTAVE_MEX_FILE)
#include <dynmex.h>
#ifdef __cplusplus
extern "C"
{
#endif
#include <dynmex.h>
int constant_seed;
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment