From d37a29e94c170e026207f2ef485b705ec1c72ca2 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa <marek.vavrusa@nic.cz> Date: Wed, 1 Feb 2012 22:08:18 +0100 Subject: [PATCH] Missing include for memalign(). --- src/common/prng.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/prng.c b/src/common/prng.c index eee3212122..d1005cd67b 100644 --- a/src/common/prng.c +++ b/src/common/prng.c @@ -20,6 +20,7 @@ #include <pthread.h> #include <time.h> #include <sys/time.h> +#include <malloc.h> #include "prng.h" #include "dSFMT.h" -- GitLab