]> git.pld-linux.org Git - packages/crossavr-gdb.git/blame - gdb-ncurses.patch
- BR: texinfo
[packages/crossavr-gdb.git] / gdb-ncurses.patch
CommitLineData
749c2a7c
JB
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 @@
e10d28b4
AM
4
5 #include <sys/param.h> /* For MAXPATHLEN */
de7d4c89
AM
6
7-#ifdef HAVE_CURSES_H
749c2a7c
JB
8-#include <curses.h>
9-#endif
10+#include "gdb_curses.h"
de7d4c89
AM
11 #ifdef HAVE_TERM_H
12 #include <term.h>
13 #endif
This page took 0.030861 seconds and 4 git commands to generate.