From 08d9f46aae69e942a5db9a20463c27ac3c0ebbb8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 31 Oct 2007 14:26:26 +0000 Subject: Make it build/run on Linux. --- local.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'local.c') diff --git a/local.c b/local.c index c5dfa3d8..c7c2e90d 100644 --- a/local.c +++ b/local.c @@ -1,4 +1,4 @@ -/* $Id: local.c,v 1.16 2007-10-24 11:45:25 nicm Exp $ */ +/* $Id: local.c,v 1.17 2007-10-31 14:26:26 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -24,9 +24,10 @@ #include #include #define TTYDEFCHARS +/* glibc requires unistd.h before termios.h for TTYDEFCHARS. */ +#include #include #include -#include #include "tmux.h" -- cgit