diff --git a/server-fn.c b/server-fn.c
index 2d6709f5..b5cc00f5 100644
--- a/server-fn.c
+++ b/server-fn.c
@@ -17,9 +17,9 @@
  */
 
 #include <sys/types.h>
-#include <sys/time.h>
 
 #include <string.h>
+#include <time.h>
 #include <unistd.h>
 
 #include "tmux.h"