]> andersk Git - openssh.git/blobdiff - openbsd-compat/strtonum.c
- (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
[openssh.git] / openbsd-compat / strtonum.c
index b681ed83ba726919b622d7aabc2f08288bc4fddc..87f2f24b25839d33c41587d7943416a5b0625052 100644 (file)
@@ -1,5 +1,3 @@
-/* OPENBSD ORIGINAL: lib/libc/stdlib/strtonum.c */
-
 /*     $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $    */
 
 /*
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* 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.035079 seconds and 4 git commands to generate.