The branch, master has been updated
       via  743bd1275fecb7e33c8bc1cbeeeb065384ca3f9d (commit)
      from  46b3c1a02564268ab810d0f54190f1e8fc1f4f6d (commit)

- Log -----------------------------------------------------------------
commit 743bd1275fecb7e33c8bc1cbeeeb065384ca3f9d
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>

    Need errno.h, reported by Swaroop M S.
---
 server-client.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server-client.c b/server-client.c
index 77e6de7..0ab50b5 100644
--- a/server-client.c
+++ b/server-client.c
@@ -19,6 +19,7 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 
+#include <errno.h>
 #include <event.h>
 #include <fcntl.h>
 #include <stdlib.h>


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

Summary of changes:
 server-client.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to