summaryrefslogtreecommitdiffstats
path: root/cmd-choose-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-25 13:32:14 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-25 13:32:14 +0000
commitbe16f79438111231c4b126879aa1820381a6a600 (patch)
tree0821251fd21258ff04c43d0bbd828489fe7d942a /cmd-choose-window.c
parent7b847ced4af09b7da66a7b0b59fbab68f07bcb50 (diff)
These should #include <ctype.h>.
Diffstat (limited to 'cmd-choose-window.c')
-rw-r--r--cmd-choose-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd-choose-window.c b/cmd-choose-window.c
index ec6b2499..ddc8ecb6 100644
--- a/cmd-choose-window.c
+++ b/cmd-choose-window.c
@@ -18,6 +18,8 @@
#include <sys/types.h>
+#include <ctype.h>
+
#include "tmux.h"
/*