mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-28 19:58:35 +01:00
Fixed compilation of the ncurses interface on Mac OS X
This commit is contained in:
parent
ca0e22b492
commit
ddfb55593e
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*****************************************************************************/
|
||||
|
||||
// Needed for Mac OS X, apparently (otherwise get_wch is not defined)
|
||||
#define _XOPEN_SOURCE_EXTENDED 1
|
||||
|
||||
#include "config.h"
|
||||
#if ENABLE_NLS
|
||||
# include <libintl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue