aboutsummaryrefslogtreecommitdiff
path: root/compat/cfmakeraw.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-09 15:39:13 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-09 15:39:13 +0000
commit514a723f7489123371bded176355ead48f338ae0 (patch)
tree7b6eb1603b6669aa5d4da61409ed6865b9311614 /compat/cfmakeraw.c
parent5d3296c53b820664d50d96b2b926f2c2c1105e97 (diff)
downloadrtmux-514a723f7489123371bded176355ead48f338ae0.tar.gz
rtmux-514a723f7489123371bded176355ead48f338ae0.tar.bz2
rtmux-514a723f7489123371bded176355ead48f338ae0.zip
Solaris fixes, mostly from Dagobert Michelsen.
Diffstat (limited to 'compat/cfmakeraw.c')
-rw-r--r--compat/cfmakeraw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/cfmakeraw.c b/compat/cfmakeraw.c
index df78ba3f..b481a903 100644
--- a/compat/cfmakeraw.c
+++ b/compat/cfmakeraw.c
@@ -15,7 +15,10 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
+
#include <string.h>
+#include <termios.h>
#include "compat.h"