From e0dd26d963dafdfdec75e84b31ac1688e257e60a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 13 Apr 2015 08:38:14 +0100 Subject: [PATCH] roken: rand.c needs to include config.h If we don't include config.h, we don't get the results of any autoconf tests. --- lib/roken/rand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/roken/rand.c b/lib/roken/rand.c index cfae5107e..03239d7dc 100644 --- a/lib/roken/rand.c +++ b/lib/roken/rand.c @@ -30,6 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ +#include #include "roken.h"