Sync OpenBSD patchset 445:

+time.h.
pull/1/head
Tiago Cunha 2009-10-28 22:46:15 +00:00
parent 382aa8f6de
commit c4637da860
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $Id: server-client.c,v 1.4 2009-10-23 17:53:16 tcunha Exp $ */
/* $Id: server-client.c,v 1.5 2009-10-28 22:46:15 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@ -20,6 +20,7 @@
#include <fcntl.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "tmux.h"