time.h is needed.

This commit is contained in:
Nicholas Marriott 2020-04-23 16:55:20 +01:00
parent ac91635f82
commit 351c5423f0

View File

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