Skip to content
Snippets Groups Projects
Commit d37a29e9 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Missing include for memalign().

parent 2c168aa8
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