]> diplodocus.org Git - nmh/commitdiff
Reordered #includes of sbr/terminal.c to allow compilation on
authorDavid Levine <levinedl@acm.org>
Mon, 16 Jun 2014 03:05:16 +0000 (22:05 -0500)
committerDavid Levine <levinedl@acm.org>
Mon, 16 Jun 2014 03:05:16 +0000 (22:05 -0500)
Solaris 10.  Thanks to Michael Urban for report the problem and
verifying the fix.

sbr/terminal.c

index 14eca97bc1f9dc02e407f6a4cd79ea556776991c..5ba6dcd115dceb695a5de794812283aedb6283d3 100644 (file)
 #include <h/mh.h>
 #include <h/utils.h>
 
-#include <termios.h>
 #include <sys/ioctl.h>
 
 #include <curses.h>
 #include <term.h>
+#include <termios.h>
 
 #ifdef WINSIZE_IN_PTEM
 # include <sys/stream.h>