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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user