fix MacOS compile errors by replacing memalign() with posix_memalign()

This commit is contained in:
pwpiwi 2017-06-08 08:08:30 +02:00
commit c3d117a8a1
3 changed files with 25 additions and 4 deletions

View file

@ -54,7 +54,7 @@ THE SOFTWARE.
#include <stdio.h>
#include <pthread.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include "proxmark3.h"
#include "cmdhfmfhard.h"
#include "hardnested_bf_core.h"