Include stdarg.h for va_list rather than requiring all consumers of

missing.h to include stdarg.h themselves.
This commit is contained in:
Todd C. Miller
2010-03-18 08:58:31 -04:00
parent b4f4afdf69
commit fdbc4ecffb

View File

@@ -17,6 +17,8 @@
#ifndef _SUDO_MISSING_H
#define _SUDO_MISSING_H
#include <stdarg.h>
/* Functions "missing" from libc. */
struct timeval;