diff libinterp/corefcn/sysdep.cc @ 22097:5ad67277b007

include builtin-defun-decls.h as needed Oops, that was a side effect of including builtins.h... * graphics.cc, sysdep.cc, __init_gnuplot__.cc, ov-usr-fcn.cc: Include builtin-defun-decls.h.
author John W. Eaton <jwe@octave.org>
date Tue, 12 Jul 2016 11:51:39 -0400
parents b8f92ea626e7
children ed6104a78ebf
line wrap: on
line diff
--- a/libinterp/corefcn/sysdep.cc	Tue Jul 12 09:40:09 2016 -0400
+++ b/libinterp/corefcn/sysdep.cc	Tue Jul 12 11:51:39 2016 -0400
@@ -71,6 +71,7 @@
 #include "unistd-wrappers.h"
 #include "unsetenv-wrapper.h"
 
+#include "builtin-defun-decls.h"
 #include "Cell.h"
 #include "defun.h"
 #include "display.h"