summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes.h b/includes.h
index ef4a269cc..be844c80b 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.34 2006/02/20 16:36:14 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.36 2006/02/20 17:19:53 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -111,9 +111,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
111#ifdef HAVE_SYS_CDEFS_H 111#ifdef HAVE_SYS_CDEFS_H
112# include <sys/cdefs.h> /* For __P() */ 112# include <sys/cdefs.h> /* For __P() */
113#endif 113#endif
114#ifdef HAVE_SYS_STAT_H
115# include <sys/stat.h> /* For S_* constants and macros */
116#endif
117#ifdef HAVE_SYS_SYSMACROS_H 114#ifdef HAVE_SYS_SYSMACROS_H
118# include <sys/sysmacros.h> /* For MIN, MAX, etc */ 115# include <sys/sysmacros.h> /* For MIN, MAX, etc */
119#endif 116#endif