From: Todd C. Miller Date: Tue, 30 Jun 2015 20:11:53 +0000 (-0600) Subject: Need to include stddef.h to get rsize_t on Mac OS X for sudo_memset_s() X-Git-Tag: SUDO_1_8_14^2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f9aa5af259981ed605b029cb0cd33ab2efe6868;p=sudo Need to include stddef.h to get rsize_t on Mac OS X for sudo_memset_s() prototype. --- diff --git a/include/sudo_compat.h b/include/sudo_compat.h index 6d9dae404..e1d78f274 100644 --- a/include/sudo_compat.h +++ b/include/sudo_compat.h @@ -24,6 +24,7 @@ #include #include +#include /* for rsize_t */ /* * Macros and functions that may be missing on some operating systems.