1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-08 09:58:49 +00: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 <string.h>
#include <unistd.h>
#include <time.h>
#include "tmux.h"