From 66cd5f6695eef36654dd1532576c6805fc2068dc Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 20 Mar 2016 01:33:23 -0500 Subject: [PATCH] authd/reslib: include rb_lib.h --- authd/reslib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authd/reslib.c b/authd/reslib.c index 963679db..59ea43f3 100644 --- a/authd/reslib.c +++ b/authd/reslib.c @@ -76,6 +76,8 @@ * - Dianora */ +#include + #ifndef _WIN32 #include #else