---
Prevents errors like these:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/shadow/f...
helper/utils.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/helper/utils.c b/helper/utils.c
index 67d8ad2..c211a03 100644
--- a/helper/utils.c
+++ b/helper/utils.c
@@ -16,10 +16,11 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <config.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <dirent.h>
--
1.8.3.222.g430da9e