]> git.pld-linux.org Git - packages/tig.git/blame - tig-ncurses.patch
- updated to 0.9.1
[packages/tig.git] / tig-ncurses.patch
CommitLineData
d3fd9b9c 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.074164 seconds and 4 git commands to generate.