commit | 592ba10565db67dbf024717e20458a5c36f1370a | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Wed Jan 20 14:18:55 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 20 14:18:55 1999 +0000 |
tree | 18f104a77ea32076ce5c1fb41ff232ec916d6cd0 | |
parent | af88f578abbb0804f05d8b41dc1f7838a3415ef8 [diff] [blame] |
autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and fixed includers.
diff --git a/misc/port.c b/misc/port.c index aba2d0a..5e03c6e 100644 --- a/misc/port.c +++ b/misc/port.c
@@ -12,7 +12,9 @@ #include <errno.h> #include <fcntl.h> #include <termios.h> -#include <libio.h> +#ifdef HAVE_LIBIO_H +# include <libio.h> +#endif #ifndef HAVE_USLEEP #ifdef __EMX__