Include stdarg.h for va_list rather than requiring all consumers of
missing.h to include stdarg.h themselves.
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
#ifndef _SUDO_MISSING_H
|
#ifndef _SUDO_MISSING_H
|
||||||
#define _SUDO_MISSING_H
|
#define _SUDO_MISSING_H
|
||||||
|
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
/* Functions "missing" from libc. */
|
/* Functions "missing" from libc. */
|
||||||
|
|
||||||
struct timeval;
|
struct timeval;
|
||||||
|
Reference in New Issue
Block a user