]> git.pld-linux.org Git - packages/tig.git/blob - tig-ncurses.patch
- converted to UTF-8
[packages/tig.git] / tig-ncurses.patch
1 --- tig-0.4/tig.c.old   2006-07-21 20:21:12.189472944 +0200
2 +++ tig-0.4/tig.c       2006-07-21 20:21:25.276483416 +0200
3 @@ -30,7 +30,7 @@
4  #include <unistd.h>
5  #include <time.h>
6  
7 -#include <curses.h>
8 +#include <ncurses/curses.h>
9  
10  static void die(const char *err, ...);
11  static void report(const char *msg, ...);
This page took 0.060339 seconds and 3 git commands to generate.