diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-12-22 22:06:48 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-12-22 22:06:48 +0000 |
commit | 57ac5cfff1733c2eabe54eea26c6c99be570bb0a (patch) | |
tree | a84bbdfc23eb3d538bb42637b7f1a1b4d3b2742c /gdb/top.c | |
parent | 329d0a370243f8e113074dc60f3e8b5917005307 (diff) | |
download | binutils-gdb-57ac5cfff1733c2eabe54eea26c6c99be570bb0a.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c index 9f54f24f4d8..dbbc5436b96 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. */ |