mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
CHG: test to remove a call <sys/types.h> seems to be conflict with mac os x...
This commit is contained in:
parent
df82844c05
commit
7680db569c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
//#include <sys/types.h>
|
||||
#include "common.h"
|
||||
#include "crc32.h"
|
||||
#include "lfdemod.h"
|
||||
|
|
Loading…
Reference in a new issue