From 1099442c0a9751a00524895c42ba1508eced0b25 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 25 Jun 2013 09:57:49 +0100 Subject: [PATCH] +strings.h in compat/. --- compat/forkpty-sunos.c | 1 + compat/imsg-buffer.c | 1 + compat/imsg.c | 1 + 3 files changed, 3 insertions(+) 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 #include +#include #include #include 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 #include #include +#include #include #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 #include #include +#include #include #include "tmux.h"