test/WriteFile: add missing include for fprintf()
This commit is contained in:
parent
360274a6e9
commit
1c4c0fe8a1
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
Copy(OutputStream &dest, int src)
|
Copy(OutputStream &dest, int src)
|
||||||
|
|
Loading…
Reference in New Issue