Include stddef.h for rsize_t and errno_t on systems that support
it natively.
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
#define _SUDO_MISSING_H
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef STDC_HEADERS
|
||||
# include <stddef.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user