The branch, master has been updated
       via  1099442c0a9751a00524895c42ba1508eced0b25 (commit)
      from  18989cd430d9c23e2bdc4455213421a8ee104d2c (commit)

- Log -----------------------------------------------------------------
commit 1099442c0a9751a00524895c42ba1508eced0b25
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>

    +strings.h in compat/.
---
 compat/forkpty-sunos.c |    1 +
 compat/imsg-buffer.c   |    1 +
 compat/imsg.c          |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/compat/forkpty-sunos.c b/compat/forkpty-sunos.c
index 90452f8..7b254d8 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 24db311..2ddf0f7 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 0feff66..c4dd191 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"


-----------------------------------------------------------------------

Summary of changes:
 compat/forkpty-sunos.c |    1 +
 compat/imsg-buffer.c   |    1 +
 compat/imsg.c          |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to