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

pull/1/head
Nicholas Marriott 2009-07-14 07:01:03 +00:00
parent 910d6282c4
commit f44ae0535e
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: server-fn.c,v 1.70 2009-07-12 17:07:58 nicm Exp $ */
/* $Id: server-fn.c,v 1.71 2009-07-14 07:01:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -17,7 +17,6 @@
*/
#include <sys/types.h>
#include <sys/time.h>
#include <string.h>
#include <time.h>