mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Need time.h not sys/time.h for time(2).
This commit is contained in:
@ -17,9 +17,9 @@
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "tmux.h"
|
||||
|
Reference in New Issue
Block a user