1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Add missing signal.h

Closes #19
This commit is contained in:
Nicolas Viennot 2016-02-19 14:16:28 -05:00
parent db787b22ec
commit b2d1f4fa4c

View File

@ -18,6 +18,7 @@
#include <fcntl.h>
#include <sys/syslog.h>
#include <sched.h>
#include <signal.h>
#include "tmate.h"
struct tmate_session _tmate_session, *tmate_session = &_tmate_session;