]> andersk Git - openssh.git/blobdiff - includes.h
- stevesk@cvs.openbsd.org 2006/07/25 02:59:21
[openssh.git] / includes.h
index 7a7bd8176e89a9a50b0bb8e08fea963f808fcc20..fc85e67781249d716e85643f8faec8b70c55466f 100644 (file)
@@ -20,6 +20,7 @@
 
 #define _GNU_SOURCE /* activate extra prototypes for glibc */
 
+#include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>
 
 #  include <utmp.h>
 #endif
 #ifdef HAVE_UTMPX_H
-#  ifdef HAVE_TV_IN_UTMPX
-#    include <sys/time.h>
-#  endif
 #  include <utmpx.h>
 #endif
 #ifdef HAVE_LASTLOG_H
 #  include <lastlog.h>
 #endif
 
-#include <sys/types.h>
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h> /* For timersub */
-#endif
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
 #endif
This page took 0.052186 seconds and 4 git commands to generate.