]> git.pld-linux.org Git - packages/crossavr-gdb.git/blob - gdb-ncurses.patch
47da690b9b91a83712aefed30c4b1d2e8d181f4f
[packages/crossavr-gdb.git] / gdb-ncurses.patch
1 --- gdb-6.1/gdb/utils.c.orig    2004-02-28 19:04:37.000000000 +0100
2 +++ gdb-6.1/gdb/utils.c 2004-04-17 21:36:26.623582688 +0200
3 @@ -56,9 +56,7 @@
4  
5  #include <sys/param.h>         /* For MAXPATHLEN */
6  
7 -#ifdef HAVE_CURSES_H
8 -#include <curses.h>
9 -#endif
10 +#include "gdb_curses.h"
11  #ifdef HAVE_TERM_H
12  #include <term.h>
13  #endif
This page took 0.043797 seconds and 2 git commands to generate.