Merge pull request #3274

dfabc005 memwipe: add missing #include <stdio.h> (stoffu)
This commit is contained in:
Riccardo Spagni 2018-02-17 11:54:40 +01:00
commit 5aa50a4504
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
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>