aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-07-05 16:24:13 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-07-05 16:24:13 +0100
commite496a548d7b07c9a4be9ce8e750cf5423e3bafe3 (patch)
tree26b867940c5174e44894050a493a70a5118ba968 /compat
parent3d39b18e319cdd96bf25debcfcf52c03120e3d8e (diff)
parentc7a121cfc0137c907b7bfb0c3fd1bdee395af8aa (diff)
downloadrtmux-e496a548d7b07c9a4be9ce8e750cf5423e3bafe3.tar.gz
rtmux-e496a548d7b07c9a4be9ce8e750cf5423e3bafe3.tar.bz2
rtmux-e496a548d7b07c9a4be9ce8e750cf5423e3bafe3.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'compat')
-rw-r--r--compat/forkpty-sunos.c1
-rw-r--r--compat/imsg-buffer.c1
-rw-r--r--compat/imsg.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/compat/forkpty-sunos.c b/compat/forkpty-sunos.c
index 90452f8d..7b254d82 100644
--- a/compat/forkpty-sunos.c
+++ b/compat/forkpty-sunos.c
@@ -21,6 +21,7 @@
#include <fcntl.h>
#include <stdlib.h>
+#include <strings.h>
#include <stropts.h>
#include <unistd.h>
diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c
index 24db311d..2ddf0f77 100644
--- a/compat/imsg-buffer.c
+++ b/compat/imsg-buffer.c
@@ -24,6 +24,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#include "tmux.h"
diff --git a/compat/imsg.c b/compat/imsg.c
index 0feff660..c4dd191d 100644
--- a/compat/imsg.c
+++ b/compat/imsg.c
@@ -24,6 +24,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#include "tmux.h"