mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-26 11:30:03 +05:30
safe_mem.h: use correct header
This commit is contained in:
parent
1a0095e6d0
commit
01b13c7443
@ -50,7 +50,7 @@ typedef unsigned char byte;
|
||||
#else
|
||||
# define NO_SECURE_ERASE_WARRANTY 1
|
||||
|
||||
# include <string.h>
|
||||
# include <stdint.h>
|
||||
|
||||
# define secure_erase(dest, count) do { \
|
||||
uintptr_t max = (uintptr_t) ((count) / sizeof(byte)); \
|
||||
|
Loading…
Reference in New Issue
Block a user