time.h is needed.

pull/2195/head
Nicholas Marriott 2020-04-23 16:55:20 +01:00
parent ac91635f82
commit 351c5423f0
1 changed files with 1 additions and 0 deletions

View File

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