mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 06:40:55 -08:00
memwipe: add missing #include <stdio.h>
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#define __STDC_WANT_LIB_EXT1__ 1
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#ifdef HAVE_EXPLICIT_BZERO
|
||||
#include <strings.h>
|
||||
|
||||
Reference in New Issue
Block a user