include <curses.h> before <termios.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1671 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-06 03:51:12 +00:00
parent 70d4e10097
commit 61429f357f

View File

@@ -63,6 +63,10 @@
#include <unistd.h>
#endif
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif
#include <termios.h>
#ifdef HAVE_FCNTL_H
@@ -77,10 +81,6 @@
#include <pwd.h>
#endif
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif