From: Roy Marples Date: Wed, 22 Mar 2017 15:34:06 +0000 (+0000) Subject: Fix warnings by including the strtoi header. X-Git-Tag: v7.0.0-beta1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f7a240469559750e1f3f2b3bb03175101e1237;p=thirdparty%2Fdhcpcd.git Fix warnings by including the strtoi header. --- diff --git a/compat/strtoi.c b/compat/strtoi.c index e1cd972c..e472a1c1 100644 --- a/compat/strtoi.c +++ b/compat/strtoi.c @@ -54,6 +54,8 @@ #include #endif +#include "strtoi.h" + #define _FUNCNAME strtoi #define __TYPE intmax_t #define __WRAPPED strtoimax diff --git a/compat/strtou.c b/compat/strtou.c index 363c6179..ea1adf4b 100644 --- a/compat/strtou.c +++ b/compat/strtou.c @@ -54,6 +54,8 @@ #include #endif +#include "strtoi.h" + #define _FUNCNAME strtou #define __TYPE uintmax_t #define __WRAPPED strtoumax