summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-06-25 09:57:49 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-06-25 09:57:49 +0100
commit1099442c0a9751a00524895c42ba1508eced0b25 (patch)
tree5d0e26eaf4fde6cba6aa191adc6418f28a68d602 /compat
parent18989cd430d9c23e2bdc4455213421a8ee104d2c (diff)
+strings.h in compat/.
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"