test/*: add missing includes for fprintf()

This commit is contained in:
Max Kellermann
2016-07-02 14:19:47 +02:00
parent 2fdbae3e1f
commit 4b25c5e8d6
4 changed files with 4 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
int main(int argc, char **argv)