From: David Levine Date: Mon, 16 Jun 2014 03:05:16 +0000 (-0500) Subject: Reordered #includes of sbr/terminal.c to allow compilation on X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/daef0b49cbbe94c2886c8435b22a49eead21332f?ds=sidebyside;hp=-c Reordered #includes of sbr/terminal.c to allow compilation on Solaris 10. Thanks to Michael Urban for report the problem and verifying the fix. --- daef0b49cbbe94c2886c8435b22a49eead21332f diff --git a/sbr/terminal.c b/sbr/terminal.c index 14eca97b..5ba6dcd1 100644 --- a/sbr/terminal.c +++ b/sbr/terminal.c @@ -10,11 +10,11 @@ #include #include -#include #include #include #include +#include #ifdef WINSIZE_IN_PTEM # include