From: Todd C. Miller Date: Thu, 18 Mar 2010 12:58:31 +0000 (-0400) Subject: Include stdarg.h for va_list rather than requiring all consumers of X-Git-Tag: SUDO_1_8_0~794 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdbc4ecffb544820783f572b86c7e19cd89f0eaa;p=sudo Include stdarg.h for va_list rather than requiring all consumers of missing.h to include stdarg.h themselves. --- diff --git a/include/missing.h b/include/missing.h index 4f725cb75..1bbb83b78 100644 --- a/include/missing.h +++ b/include/missing.h @@ -17,6 +17,8 @@ #ifndef _SUDO_MISSING_H #define _SUDO_MISSING_H +#include + /* Functions "missing" from libc. */ struct timeval;