add various missing headers

Fixes building with gcc-4.8

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
This commit is contained in:
Natanael Copa
2013-11-05 07:21:48 +00:00
committed by Max Kellermann
parent bb62ecf157
commit 3f21581a81
3 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#include <unistd.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef WIN32
#include <windows.h>