moved termios.h before curses.h

This was needed to compile on cray, but will probably break on some
other host.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1726 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-18 18:45:36 +00:00
parent c611c78d5d
commit a414f0e652

View File

@@ -63,12 +63,12 @@
#include <unistd.h>
#endif
#include <termios.h>
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif
#include <termios.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif