summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-05-26 16:44:32 +0000
committernicm <nicm@openbsd.org>2010-05-26 16:44:32 +0000
commitdfaf6462d312d9724b18729d2e1d3b6dfa593c96 (patch)
tree9d9296816b2fcc8fe2ef9ceb5a61a8eccfe46129 /usr.bin/tmux/tmux.h
parentTrying this again. Mixing anoncvs with cvs is _not_ a good idea. (diff)
downloadwireguard-openbsd-dfaf6462d312d9724b18729d2e1d3b6dfa593c96.tar.xz
wireguard-openbsd-dfaf6462d312d9724b18729d2e1d3b6dfa593c96.zip
Move imsg into libutil and add a man page.
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index a3ea02c6e2f..5c810fdbe97 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.221 2010/05/23 19:42:19 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.222 2010/05/26 16:44:32 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -30,6 +30,7 @@
#include <bitstring.h>
#include <event.h>
#include <getopt.h>
+#include <imsg.h>
#include <limits.h>
#include <signal.h>
#include <stdarg.h>
@@ -38,7 +39,6 @@
#include <termios.h>
#include "array.h"
-#include "imsg.h"
extern char *__progname;
extern char **environ;