]> andersk Git - openssh.git/blobdiff - openbsd-compat/strtonum.c
- (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close()
[openssh.git] / openbsd-compat / strtonum.c
index 8ad0d0058bbf7d093ca02655446b31ca08f46fde..87f2f24b25839d33c41587d7943416a5b0625052 100644 (file)
 /* OPENBSD ORIGINAL: lib/libc/stdlib/strtonum.c */
 
 #include "includes.h"
+
 #ifndef HAVE_STRTONUM
+#include <stdlib.h>
 #include <limits.h>
+#include <errno.h>
 
 #define INVALID        1
 #define TOOSMALL       2
This page took 0.034513 seconds and 4 git commands to generate.