]> git.pld-linux.org Git - packages/conky.git/blame - conky-ncurses.patch
- up to 1.8.1
[packages/conky.git] / conky-ncurses.patch
CommitLineData
c05b19e0 1diff -burNp conky-1.8.0/src/conky.c conky-1.8.0-dud/src/conky.c
2--- conky-1.8.0/src/conky.c 2010-03-25 21:27:32.000000000 +0100
3+++ conky-1.8.0-dud/src/conky.c 2010-04-08 22:30:40.745051008 +0200
4@@ -65,7 +65,7 @@
5 #include <fcntl.h>
6 #include <getopt.h>
7 #ifdef NCURSES
8-#include <ncurses.h>
9+#include <ncurses/ncurses.h>
10 #endif
11 #ifdef XOAP
12 #include <libxml/parser.h>
13diff -burNp conky-1.8.0/src/core.c conky-1.8.0-dud/src/core.c
14--- conky-1.8.0/src/core.c 2010-03-25 21:27:32.000000000 +0100
15+++ conky-1.8.0-dud/src/core.c 2010-04-09 10:24:30.287419400 +0200
16@@ -65,7 +65,7 @@
17 #include "top.h"
18
19 #ifdef NCURSES
20-#include <ncurses.h>
21+#include <ncurses/ncurses.h>
22 #endif
23
24 /* check for OS and include appropriate headers */
This page took 0.050704 seconds and 4 git commands to generate.