summaryrefslogtreecommitdiffstats
path: root/cmd-choose-client.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-25 13:55:29 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-25 13:55:29 +0000
commitbd5b011ecd3a3bdee0c2621c3593e8312aa248e4 (patch)
tree21c258450ab37c8d6ecdb0429b2af7bd9fca8f42 /cmd-choose-client.c
parent8fd77cbb5b9e81a14d52f9ddcf765d3ce557ed86 (diff)
Include <ctype.h>.
Diffstat (limited to 'cmd-choose-client.c')
-rw-r--r--cmd-choose-client.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-choose-client.c b/cmd-choose-client.c
index 96bf6bad..39a77c88 100644
--- a/cmd-choose-client.c
+++ b/cmd-choose-client.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-choose-client.c,v 1.1 2009-08-25 13:53:39 tcunha Exp $ */
+/* $Id: cmd-choose-client.c,v 1.2 2009-08-25 13:55:29 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -18,6 +18,8 @@
#include <sys/types.h>
+#include <ctype.h>
+
#include "tmux.h"
/*