aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>1998-12-22 22:06:48 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>1998-12-22 22:06:48 +0000
commit57ac5cfff1733c2eabe54eea26c6c99be570bb0a (patch)
treea84bbdfc23eb3d538bb42637b7f1a1b4d3b2742c /gdb/top.c
parent329d0a370243f8e113074dc60f3e8b5917005307 (diff)
downloadfsf-binutils-gdb-57ac5cfff1733c2eabe54eea26c6c99be570bb0a.zip
fsf-binutils-gdb-57ac5cfff1733c2eabe54eea26c6c99be570bb0a.tar.gz
fsf-binutils-gdb-57ac5cfff1733c2eabe54eea26c6c99be570bb0a.tar.bz2
Tue Dec 22 10:51:33 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* top.c: specify directory name for including readline.h * tracepoint.c: ditto. * utils.c: ditto.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 9f54f24..dbbc543 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "top.h"
/* readline include files */
-#include "readline.h"
+#include "readline/readline.h"
#include "history.h"
/* readline defines this. */