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

Add missing <time.h>

This commit is contained in:
Thomas Adam 2015-09-14 14:39:51 +01:00
parent 4afe26fa82
commit d47789620b

1
tmux.c
View File

@ -27,6 +27,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#include <time.h>
#include "tmux.h" #include "tmux.h"