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

@@ -28,6 +28,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>