memwipe: add missing #include <stdio.h>

This commit is contained in:
stoffu 2018-02-17 01:06:05 +09:00
parent ef91d6e61e
commit dfabc005d1
No known key found for this signature in database
GPG Key ID: 41DAB8343A9EC012
1 changed files with 1 additions and 0 deletions

View File

@ -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>