Commit 3136f16
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-ffa450edef681 parent 515135a commit 3136f16
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments