mirror of
https://github.com/tmux/tmux.git
synced 2025-12-24 17:56:02 +00:00
Make it build/run on Linux.
This commit is contained in:
5
local.c
5
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 <nicm@users.sourceforge.net>
|
||||
@@ -24,9 +24,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#define TTYDEFCHARS
|
||||
/* glibc requires unistd.h before termios.h for TTYDEFCHARS. */
|
||||
#include <unistd.h>
|
||||
#include <termios.h>
|
||||
#include <term.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user