From 52d49164a83d70799939bb186071a39ffd6fd2fa Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Wed, 30 Mar 2016 02:22:43 -0500 Subject: [PATCH] authd/provider: include stdinc.h for stdarg.h --- authd/provider.c | 1 + 1 file changed, 1 insertion(+) diff --git a/authd/provider.c b/authd/provider.c index 302eebb3..df4c18c4 100644 --- a/authd/provider.c +++ b/authd/provider.c @@ -46,6 +46,7 @@ * --Elizafox, 9 March 2016 */ +#include "stdinc.h" #include "rb_dictionary.h" #include "authd.h" #include "provider.h"