diff -r a2629a2cf270 -r b16a04ab5d50 components/tmux/patches/server-client.c.patch --- a/components/tmux/patches/server-client.c.patch Mon Feb 02 11:55:58 2015 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -In-House patch. Submitted to upstream, but not accepted yet. -Added errno.h to remove compile error of defininig extern int errno without including errno.h. - ---- tmux-1.8/server-client.c.orig 2013-08-13 12:42:15.161702456 -0700 -+++ tmux-1.8/server-client.c 2013-08-13 12:44:32.917403564 -0700 -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include - - #include "tmux.h" -