diff includes.h @ 454:7e43f5e473b9

- Add -K keepalive flag for dropbear and dbclient - Try to reduce the frequency of select() timeouts - Add a max receive window size of 1MB
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Aug 2007 15:12:06 +0000
parents 1afa503e33f5
children d194db6f9453 76097ec1a29a
line wrap: on
line diff
--- a/includes.h	Sat Jul 28 08:59:24 2007 +0000
+++ b/includes.h	Wed Aug 08 15:12:06 2007 +0000
@@ -56,6 +56,7 @@
 #include <ctype.h>
 #include <stdarg.h>
 #include <dirent.h>
+#include <time.h>
 
 #ifdef HAVE_UTMP_H
 #include <utmp.h>