diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/strtonum.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/strtonum.c b/openbsd-compat/strtonum.c index 35c5c18b9..87f2f24b2 100644 --- a/openbsd-compat/strtonum.c +++ b/openbsd-compat/strtonum.c | |||
@@ -20,7 +20,9 @@ | |||
20 | /* OPENBSD ORIGINAL: lib/libc/stdlib/strtonum.c */ | 20 | /* OPENBSD ORIGINAL: lib/libc/stdlib/strtonum.c */ |
21 | 21 | ||
22 | #include "includes.h" | 22 | #include "includes.h" |
23 | |||
23 | #ifndef HAVE_STRTONUM | 24 | #ifndef HAVE_STRTONUM |
25 | #include <stdlib.h> | ||
24 | #include <limits.h> | 26 | #include <limits.h> |
25 | #include <errno.h> | 27 | #include <errno.h> |
26 | 28 | ||