Skip to content

Commit 3136f16

Browse files
committed
svnbrowse: Include ncurses from curses.h (instead of ncurses.h).
curses is a library that has multiple implementations and they all share the same API. We should generally support compiling with all of them. ncurses.h itself is a symlink to curses.h. We will probably use ncurses on Unix and PDCurses on Windows systems. * subversion/svnbrowse/svnbrowse.c (includes): Change headers to use. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1932909 13f79535-47bb-0310-9956-ffa450edef68
1 parent 515135a commit 3136f16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subversion/svnbrowse/svnbrowse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#include "private/svn_cmdline_private.h"
3636

37-
#include <ncurses.h>
37+
#include <curses.h>
3838

3939
#include "svn_private_config.h"
4040
#include "svnbrowse.h"

0 commit comments

Comments
 (0)