changeset 21260:e5cf0a9df3a2

Fix compiling Octave-Forge packages which use gripes.h (bug #47042). * oct.h: Add '#include "gripes.h"'.
author Rik <rik@octave.org>
date Sun, 14 Feb 2016 13:48:06 -0800
parents 4ee768b71a0e
children f982cfe3df03
files libinterp/corefcn/oct.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/oct.h	Fri Feb 12 21:58:21 2016 +1100
+++ b/libinterp/corefcn/oct.h	Sun Feb 14 13:48:06 2016 -0800
@@ -38,6 +38,8 @@
 #include "defun-dld.h"
 #include "error.h"
 #include "errwarn.h"
+// gripes.h was deprecated in version 4.2 and will be removed in 4.6
+#include "gripes.h"
 #include "help.h"
 #include "ovl.h"
 #include "pager.h"