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 <string.h>
#include <unistd.h>
#include <time.h>
#include "tmux.h"