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

@ -32,6 +32,7 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
static ConfigData config_data;

View File

@ -27,6 +27,7 @@
#include <sys/inotify.h>
#include <unistd.h>
#include <errno.h>
bool
InotifySource::OnSocketReady(gcc_unused unsigned flags)

View File

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