mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Move tmux.h below system includes.
This commit is contained in:
parent
cf688db4b5
commit
2c482939fd
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,6 @@
|
|||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
#ifndef HAVE_CLOSEFROM
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
@ -47,6 +45,8 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
#ifndef OPEN_MAX
|
||||
# define OPEN_MAX 256
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue