2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

Need to include stddef.h to get rsize_t on Mac OS X for sudo_memset_s()

prototype.
This commit is contained in:
Todd C. Miller
2015-06-30 14:11:53 -06:00
parent 5e695d4cd9
commit 8f9aa5af25

View File

@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h> /* for rsize_t */
/*
* Macros and functions that may be missing on some operating systems.