diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-06-04 11:23:48 +0100 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-06-04 11:23:48 +0100 |
| commit | 8ec6c323b6822330c39555780defbce75d3e0119 (patch) | |
| tree | 8e4ec496d51cb197d4c4f448baffe3e8fd540909 | |
| parent | 67cd496b39e0c9caf51fe79dc24af74517f8bd1b (diff) | |
| download | rtmux-8ec6c323b6822330c39555780defbce75d3e0119.tar.gz rtmux-8ec6c323b6822330c39555780defbce75d3e0119.tar.bz2 rtmux-8ec6c323b6822330c39555780defbce75d3e0119.zip | |
signal.h for utempter, from David CARLIER.
| -rw-r--r-- | window.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |