mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
..memset
This commit is contained in:
parent
2626c31d3d
commit
bb051df683
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
#ifndef WIEGAND_FORMATS_H__
|
||||
#define WIEGAND_FORMATS_H__
|
||||
|
||||
#include <strings.h> // memset
|
||||
#include <string.h> // memset
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue