mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix MacOS compile errors by replacing memalign() with posix_memalign()
This commit is contained in:
parent
ec9c71129f
commit
c3d117a8a1
3 changed files with 25 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue