Include stddef.h for rsize_t and errno_t on systems that support

it natively.
This commit is contained in:
Todd C. Miller
2013-09-29 18:35:34 -06:00
parent 48d7c407e0
commit e223df6908

View File

@@ -23,6 +23,9 @@
#define _SUDO_MISSING_H
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stddef.h>
#endif
#include <stdarg.h>
/*