Skip to content

Commit

Permalink
Merge pull request #1 from yong/master
Browse files Browse the repository at this point in the history
I was not able to build (at least on mac), and it turns out to be a #define issue
  • Loading branch information
eclubb committed Oct 19, 2011
2 parents 53b8ffd + 44fbc10 commit faab88d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/ncurses/ncurses_wrap.h
Expand Up @@ -73,6 +73,7 @@ int close(int);
#endif

#ifdef HAVE_NCURSES_H
#define NCURSES_OPAQUE 0
# include <ncurses.h>
#else
# ifdef HAVE_NCURSES_CURSES_H
Expand Down

0 comments on commit faab88d

Please sign in to comment.