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

pull/1/head
Nicholas Marriott 2009-07-14 06:59:06 +00:00
parent 6910458a92
commit 4a9b01eb0d
1 changed files with 1 additions and 1 deletions

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"