mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #3274
dfabc005
memwipe: add missing #include <stdio.h> (stoffu)
This commit is contained in:
commit
5aa50a4504
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user