diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-09 15:39:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-03-09 15:39:13 +0000 |
commit | 514a723f7489123371bded176355ead48f338ae0 (patch) | |
tree | 7b6eb1603b6669aa5d4da61409ed6865b9311614 /compat/cfmakeraw.c | |
parent | 5d3296c53b820664d50d96b2b926f2c2c1105e97 (diff) | |
download | rtmux-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.c | 3 |
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" |