]> git.pld-linux.org Git - packages/bochs.git/blob - bochs-ncurses.patch
142a79f6a12aa4700ffe5f3b8aecf4c96970ab24
[packages/bochs.git] / bochs-ncurses.patch
1 diff -Nur bochs-2.0.2.orig/gui/term.cc bochs-2.0.2.chng/gui/term.cc
2 --- bochs-2.0.2.orig/gui/term.cc        Wed Nov 20 13:23:40 2002
3 +++ bochs-2.0.2.chng/gui/term.cc        Wed Sep 10 11:33:37 2003
4 @@ -37,7 +37,7 @@
5  #include "icon_bochs.h"
6  
7  extern "C" {
8 -#include <curses.h>
9 +#include <ncurses/curses.h>
10  #include <signal.h>
11  };
12  
This page took 0.017141 seconds and 2 git commands to generate.