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

@@ -30,6 +30,7 @@
#include <netdb.h>
#endif
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv)