# HG changeset patch # User Rik # Date 1455486486 28800 # Node ID e5cf0a9df3a2b94bcef7426882659f89ee929a84 # Parent 4ee768b71a0e4d6f442b0f897de8485f21bacb06 Fix compiling Octave-Forge packages which use gripes.h (bug #47042). * oct.h: Add '#include "gripes.h"'. diff -r 4ee768b71a0e -r e5cf0a9df3a2 libinterp/corefcn/oct.h --- 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"