From 43e44a9982c3e7fc7f8ac4c1aa1dd7e1ce19454d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 16 Oct 2019 11:12:11 -0600 Subject: [PATCH] Inclue sudo_util.h to get sudo_strtonum() prototype. --- lib/util/str2sig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/str2sig.c b/lib/util/str2sig.c index a3c6b6980..61c4aab64 100644 --- a/lib/util/str2sig.c +++ b/lib/util/str2sig.c @@ -41,6 +41,7 @@ #include #include "sudo_compat.h" +#include "sudo_util.h" #if defined(HAVE_DECL_SYS_SIGNAME) && HAVE_DECL_SYS_SIGNAME == 1 # define sudo_sys_signame sys_signame