diff options
author | Max Kellermann <max@duempel.org> | 2016-07-02 14:19:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-07-04 13:52:36 +0200 |
commit | 4b25c5e8d6936110e2a03e1b43d67bf24f89e0d9 (patch) | |
tree | fbf4e1718599510b4e6f9c3b06c91dc518b9217b /test/visit_archive.cxx | |
parent | 2fdbae3e1fa2216638c2d5bdae614f1990607cae (diff) |
test/*: add missing includes for fprintf()
Diffstat (limited to 'test/visit_archive.cxx')
-rw-r--r-- | test/visit_archive.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx index 787fc00e4..6b50867b5 100644 --- a/test/visit_archive.cxx +++ b/test/visit_archive.cxx @@ -31,6 +31,7 @@ #include <unistd.h> #include <stdlib.h> +#include <stdio.h> class MyArchiveVisitor final : public ArchiveVisitor { public: |