Skip to content
Snippets Groups Projects
Commit 69617d65 authored by Marek Vavrusa's avatar Marek Vavrusa Committed by Jan Kadlec
Browse files

Missing include for memalign().

parent 161c244c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
#include <pthread.h>
#include <time.h>
#include <sys/time.h>
#include <malloc.h>
#include "prng.h"
#include "dSFMT.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment