1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-08 18:08:48 +00:00

Linux: #include <time.h> for time()

This commit is contained in:
Thomas Adam 2016-10-12 09:53:30 +01:00
parent 0f7d39c410
commit 12efb40dc5

View File

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