mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
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
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user