From Eli. Warning fixes.
This commit is contained in:
parent
30f6df08a5
commit
9d271fd8b3
4 changed files with 23 additions and 8 deletions
|
@ -31,6 +31,10 @@
|
|||
#include <term.h>
|
||||
#endif
|
||||
|
||||
#ifdef __GO32__
|
||||
#include <pc.h>
|
||||
#endif
|
||||
|
||||
/* SunOS's curses.h has a '#define reg register' in it. Thank you Sun. */
|
||||
#ifdef reg
|
||||
#undef reg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue