test: add missing includes

This commit is contained in:
Max Kellermann
2014-01-07 23:57:39 +01:00
parent 27ca0db7a6
commit 3f3ae48ff4
8 changed files with 11 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>