changeset 14071:8aa5da1b7ce3 stable

also include singleton-cleanup.h when not using readline * liboctave/cmd-hist.cc: Also include singleton-cleanup.h when not using readline.
author John W. Eaton <jwe@octave.org>
date Mon, 19 Dec 2011 15:47:31 -0500
parents c2c18e2e7c9c
children d0d9c5d2e434
files liboctave/cmd-hist.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/cmd-hist.cc	Mon Dec 19 10:28:40 2011 -0800
+++ b/liboctave/cmd-hist.cc	Mon Dec 19 15:47:31 2011 -0500
@@ -33,6 +33,7 @@
 #include "cmd-hist.h"
 #include "file-ops.h"
 #include "lo-error.h"
+#include "singleton-cleanup.h"
 #include "str-vec.h"
 
 command_history *command_history::instance = 0;
@@ -49,7 +50,6 @@
 #include "oct-rl-hist.h"
 
 #include "file-stat.h"
-#include "singleton-cleanup.h"
 
 class
 gnu_history : public command_history