aboutsummaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-06-04 11:23:48 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-06-04 11:23:48 +0100
commit8ec6c323b6822330c39555780defbce75d3e0119 (patch)
tree8e4ec496d51cb197d4c4f448baffe3e8fd540909 /window.c
parent67cd496b39e0c9caf51fe79dc24af74517f8bd1b (diff)
downloadrtmux-8ec6c323b6822330c39555780defbce75d3e0119.tar.gz
rtmux-8ec6c323b6822330c39555780defbce75d3e0119.tar.bz2
rtmux-8ec6c323b6822330c39555780defbce75d3e0119.zip
signal.h for utempter, from David CARLIER.
Diffstat (limited to 'window.c')
-rw-r--r--window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.c b/window.c
index c220215d..c949565b 100644
--- a/window.c
+++ b/window.c
@@ -22,6 +22,7 @@
#include <errno.h>
#include <fcntl.h>
#include <fnmatch.h>
+#include <signal.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>