Commit 1c4c0fe8 authored by Max Kellermann's avatar Max Kellermann

test/WriteFile: add missing include for fprintf()

parent 360274a6
...@@ -27,6 +27,7 @@ ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment