Need time.h.
authornicm <nicm@openbsd.org>
Wed, 31 May 2017 15:26:41 +0000 (15:26 +0000)
committernicm <nicm@openbsd.org>
Wed, 31 May 2017 15:26:41 +0000 (15:26 +0000)
usr.bin/tmux/window-buffer.c

index 1f534ef..66355d8 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: window-buffer.c,v 1.1 2017/05/30 21:44:59 nicm Exp $ */
+/* $OpenBSD: window-buffer.c,v 1.2 2017/05/31 15:26:41 nicm Exp $ */
 
 /*
  * Copyright (c) 2017 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -20,6 +20,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 #include <vis.h>
 
 #include "tmux.h"