Skip to content

Commit

Permalink
Add Iglunix exclusive curses argument in aee.h (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend authored Jul 13, 2024
1 parent e992502 commit b8f66ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aee.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ extern int eightbit; /* eight bit character flag */
#include "new_curse.h"
#elif HAS_NCURSES
#include <ncurses.h>
#elif iglunix
#include "/usr/bad/ncurses/include/ncursesw/ncurses.h"
#else
#include <curses.h>
#endif
Expand Down

0 comments on commit b8f66ef

Please sign in to comment.