]> git.pld-linux.org Git - packages/tig.git/commitdiff
- proper include
authorwitekfl <witekfl@pld-linux.org>
Fri, 21 Jul 2006 18:45:08 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tig-ncurses.patch -> 1.1

tig-ncurses.patch [new file with mode: 0644]

diff --git a/tig-ncurses.patch b/tig-ncurses.patch
new file mode 100644 (file)
index 0000000..c74ebf3
--- /dev/null
@@ -0,0 +1,11 @@
+--- tig-0.4/tig.c.old  2006-07-21 20:21:12.189472944 +0200
++++ tig-0.4/tig.c      2006-07-21 20:21:25.276483416 +0200
+@@ -30,7 +30,7 @@
+ #include <unistd.h>
+ #include <time.h>
+-#include <curses.h>
++#include <ncurses/curses.h>
+ static void die(const char *err, ...);
+ static void report(const char *msg, ...);
This page took 0.141806 seconds and 4 git commands to generate.