summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index 55ca7bedd..417d7c01b 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.45 2006/07/06 16:03:53 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.46 2006/07/08 21:47:12 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -87,7 +87,6 @@
87#endif 87#endif
88 88
89#include <sys/types.h> 89#include <sys/types.h>
90#include <sys/socket.h>
91#ifdef HAVE_SYS_TIME_H 90#ifdef HAVE_SYS_TIME_H
92# include <sys/time.h> /* For timersub */ 91# include <sys/time.h> /* For timersub */
93#endif 92#endif