]> andersk Git - openssh.git/blobdiff - includes.h
- (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
[openssh.git] / includes.h
index 92013aa870247a5def8883540cb5c275d2fd2eb5..a4ebbd3d31ac6011a3f2e7c358c307ad015a8f00 100644 (file)
@@ -45,8 +45,11 @@ 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>
This page took 0.031013 seconds and 4 git commands to generate.