changeset 21085:8fbd30e3f2e9

file-editor-tab.h: #include "ovl.h" for access to octave_value_list. * file-editor-tab.h: #include "ovl.h" for access to octave_value_list.
author Rik <rik@octave.org>
date Sat, 16 Jan 2016 17:43:04 -0800
parents 83ce7b8fb91c
children 57cb5cd7e8eb
files libgui/src/m-editor/file-editor-tab.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.h	Sat Jan 16 16:50:03 2016 -0800
+++ b/libgui/src/m-editor/file-editor-tab.h	Sat Jan 16 17:43:04 2016 -0800
@@ -37,7 +37,7 @@
 // Only needed for octave_value_list type.
 #ifdef HAVE_CONFIG_H
 #include <config.h>
-#include "ov.h"
+#include "ovl.h"
 #endif
 
 #include "find-dialog.h"