test/WriteFile: add missing include for fprintf()

This commit is contained in:
Max Kellermann 2016-07-02 14:15:43 +02:00
parent 360274a6e9
commit 1c4c0fe8a1
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
static bool
Copy(OutputStream &dest, int src)