aboutsummaryrefslogtreecommitdiff
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
parent8fd77cbb5b9e81a14d52f9ddcf765d3ce557ed86 (diff)
downloadrtmux-bd5b011ecd3a3bdee0c2621c3593e8312aa248e4.tar.gz
rtmux-bd5b011ecd3a3bdee0c2621c3593e8312aa248e4.tar.bz2
rtmux-bd5b011ecd3a3bdee0c2621c3593e8312aa248e4.zip
Include <ctype.h>.
-rw-r--r--cmd-choose-client.c4
-rw-r--r--cmd-choose-session.c4
-rw-r--r--cmd-choose-window.c4
3 files changed, 9 insertions, 3 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"
/*
diff --git a/cmd-choose-session.c b/cmd-choose-session.c
index 3d62281f..9188d402 100644
--- a/cmd-choose-session.c
+++ b/cmd-choose-session.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-choose-session.c,v 1.11 2009-08-25 13:53:39 tcunha Exp $ */
+/* $Id: cmd-choose-session.c,v 1.12 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"
/*
diff --git a/cmd-choose-window.c b/cmd-choose-window.c
index ec30984f..76387147 100644
--- a/cmd-choose-window.c
+++ b/cmd-choose-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-choose-window.c,v 1.15 2009-08-25 13:53:39 tcunha Exp $ */
+/* $Id: cmd-choose-window.c,v 1.16 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"
/*