diff options
author | Max Kellermann <max@duempel.org> | 2016-07-02 14:15:43 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-07-02 14:15:43 +0200 |
commit | 1c4c0fe8a1f1b9c931199ad0435ba42afe98db1c (patch) | |
tree | 242d946b22efc490be13a140f0f7fd282d066949 /test/WriteFile.cxx | |
parent | 360274a6e9c5c8023499b3445cc829e50c9a0326 (diff) |
test/WriteFile: add missing include for fprintf()
Diffstat (limited to 'test/WriteFile.cxx')
-rw-r--r-- | test/WriteFile.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/WriteFile.cxx b/test/WriteFile.cxx index a281d379d..307d89c61 100644 --- a/test/WriteFile.cxx +++ b/test/WriteFile.cxx @@ -27,6 +27,7 @@ #include <string.h> #include <stdlib.h> +#include <stdio.h> static bool Copy(OutputStream &dest, int src) |