From 677e59127979ee3c0cfc9504df8f59cf42b59461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 5 Jun 2018 17:07:45 +0200 Subject: [PATCH] Fix compilation of MS-SBVAR DLL under Octave 4.4 (cherry picked from commit e1a3c40ef089d0e1ff1b7a5337c94edf370db9a8) --- mex/sources/ms-sbvar/modify_for_mex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mex/sources/ms-sbvar/modify_for_mex.h b/mex/sources/ms-sbvar/modify_for_mex.h index 0689df90f..5a7a30c87 100644 --- a/mex/sources/ms-sbvar/modify_for_mex.h +++ b/mex/sources/ms-sbvar/modify_for_mex.h @@ -36,7 +36,6 @@ # ifdef MATLAB_MEX_FILE extern bool utIsInterruptPending(); # else -# include <octave/config.h> # include <octave/quit.h> # endif -- GitLab