File: 04_curses_path

package info (click to toggle)
ytree 1.99pl1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 868 kB
  • sloc: ansic: 15,864; makefile: 167
file content (16 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Kevin Coyner <kcoyner@debian.org>
Subject: Use ncurses wide header
Last-Update: 2011-12-15
Index: ytree-1.94/ytree.h
===================================================================
--- ytree-1.94.orig/ytree.h	2010-02-28 13:15:46.000000000 +0000
+++ ytree-1.94/ytree.h	2011-12-15 16:30:34.795251094 +0000
@@ -39,7 +39,7 @@
 #endif
 #else
 #ifndef HAVE_CURSES
-#include <curses.h>
+#include <ncursesw/curses.h>
 #endif
 #endif /* __FreeBSD__ */
 #endif /* ultrix */