aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 17:02:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-25 17:02:59 +0000
commit802e129fd7b9c383e8fcad03caa051e0583c199f (patch)
tree0f7fa0e65b59bbd6e6eddf1610da3ff4048972e2 /tmux.h
parentf1463ff3c11f7d84039bad43fe79c90ec6563b44 (diff)
downloadrtmux-802e129fd7b9c383e8fcad03caa051e0583c199f.tar.gz
rtmux-802e129fd7b9c383e8fcad03caa051e0583c199f.tar.bz2
rtmux-802e129fd7b9c383e8fcad03caa051e0583c199f.zip
Start of portability update: bitstring.h.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index c15c2810..53941da4 100644
--- a/tmux.h
+++ b/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. */