1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-01 05:08:46 +00:00

Need time.h not sys/time.h for time(2).

This commit is contained in:
Nicholas Marriott 2009-07-14 06:59:06 +00:00
parent 6910458a92
commit 4a9b01eb0d

View File

@ -17,9 +17,9 @@
*/
#include <sys/types.h>
#include <sys/time.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "tmux.h"