]> granicus.if.org Git - sudo/commitdiff
Include stdarg.h for va_list rather than requiring all consumers of
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Mar 2010 12:58:31 +0000 (08:58 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 18 Mar 2010 12:58:31 +0000 (08:58 -0400)
missing.h to include stdarg.h themselves.

include/missing.h

index 4f725cb75dfdd1e8036248b8ad92c4809c7a21a7..1bbb83b78f682d8d8c0adf4419b753237e38f083 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef _SUDO_MISSING_H
 #define _SUDO_MISSING_H
 
+#include <stdarg.h>
+
 /* Functions "missing" from libc. */
 
 struct timeval;