mirror of
https://github.com/tmux/tmux.git
synced 2025-04-13 23:08:49 +00:00
Need time.h not sys/time.h for time(2).
This commit is contained in:
parent
6910458a92
commit
4a9b01eb0d
@ -17,9 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user