mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-23 19:36:10 +02:00
Start of portability update: bitstring.h.
This commit is contained in:
6
tmux.h
6
tmux.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.343 2009-06-25 16:47:00 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.344 2009-06-25 17:02:59 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@@ -20,14 +20,12 @@
|
||||
#define TMUX_H
|
||||
|
||||
#include "config.h"
|
||||
#include "compat.h"
|
||||
|
||||
#define PROTOCOL_VERSION -13
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <bitstring.h>
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
@@ -37,6 +35,8 @@
|
||||
|
||||
#include "array.h"
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
extern const char *__progname;
|
||||
|
||||
/* Default configuration file. */
|
||||
|
Reference in New Issue
Block a user