moved termios.h before curses.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1725 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -88,11 +88,15 @@
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <termios.h>
|
||||
|
||||
#ifdef HAVE_CURSES_H
|
||||
#include <curses.h>
|
||||
#endif
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HAVE_PTY_H
|
||||
#include <pty.h>
|
||||
|
Reference in New Issue
Block a user