mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
memwipe: add missing #include <stdio.h>
This commit is contained in:
parent
ef91d6e61e
commit
dfabc005d1
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue