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

@@ -44,6 +44,7 @@
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
EventLoop *main_loop;