mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-05-31 08:31:41 +05:30
safe_mem.h: use correct header
This commit is contained in:
@@ -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)); \
|
||||
|
Reference in New Issue
Block a user