summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-12-10 00:30:43 +0000
committerDavid Carlton <carlton@bactrian.org>2002-12-10 00:30:43 +0000
commit521ac5c5f822decb8de47d69535cfefa11ee4588 (patch)
tree463dd05603632cf08be7c6f869edf7acc8989bfd /gdb/cli/cli-cmds.c
parenta2385dabd560943f374440dd5e0b55d14e19dff9 (diff)
downloadgdb-521ac5c5f822decb8de47d69535cfefa11ee4588.tar.gz
2002-12-09 David Carlton <carlton@math.stanford.edu>
* cli/cli-setshow.c: #include <readline/tilde.h> after defs.h. * cli/cli-cmds.c: Ditto.
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r--gdb/cli/cli-cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c
index fd008183ec2..154ecf68ffb 100644
--- a/gdb/cli/cli-cmds.c
+++ b/gdb/cli/cli-cmds.c
@@ -19,8 +19,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include <readline/tilde.h>
#include "defs.h"
+#include <readline/tilde.h>
#include "completer.h"
#include "target.h" /* For baud_rate, remote_debug and remote_timeout */
#include "gdb_wait.h" /* For shell escape implementation */