]> andersk Git - openssh.git/blobdiff - includes.h
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / includes.h
index f3cdae3c2d701f10afb1a17d4d99c6f92b09c3e8..a4ebbd3d31ac6011a3f2e7c358c307ad015a8f00 100644 (file)
@@ -45,18 +45,21 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #include <time.h>
 #include <dirent.h>
 
+#ifdef HAVE_LIMITS_H
+# include <limits.h>
+#endif
 #ifdef HAVE_GETOPT_H
-#include <getopt.h>
+# include <getopt.h>
 #endif
 #ifdef HAVE_BSTRING_H
 # include <bstring.h>
-#endif 
+#endif
 #ifdef HAVE_NETGROUP_H
 # include <netgroup.h>
-#endif 
+#endif
 #if defined(HAVE_NETDB_H)
 # include <netdb.h>
-#endif 
+#endif
 #ifdef HAVE_ENDIAN_H
 # include <endian.h>
 #endif
This page took 0.033006 seconds and 4 git commands to generate.