| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f4ecc75 commit d00c13a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,6 @@ | |||
| 2 | 2 | #ifndef Py_CURSES_H | |
| 3 | 3 | #define Py_CURSES_H | |
| 4 | 4 | ||
| 5 | - #ifdef HAVE_NCURSES_H | ||
| 6 | 5 | #ifdef __APPLE__ | |
| 7 | 6 | /* | |
| 8 | 7 | ** On Mac OS X 10.2 [n]curses.h and stdlib.h use different guards | |
@@ -12,6 +11,8 @@ | |||
| 12 | 11 | #define _WCHAR_T | |
| 13 | 12 | #endif | |
| 14 | 13 | #endif | |
| 14 | + | ||
| 15 | + #ifdef HAVE_NCURSES_H | ||
| 15 | 16 | #include <ncurses.h> | |
| 16 | 17 | #else | |
| 17 | 18 | #include <curses.h> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments