Commit 3f21581a authored by Natanael Copa's avatar Natanael Copa Committed by Max Kellermann

add various missing headers

Fixes building with gcc-4.8 Signed-off-by: 's avatarNatanael Copa <ncopa@alpinelinux.org>
parent bb62ecf1
......@@ -32,6 +32,7 @@
#include <assert.h>
#include <string.h>
#include <stdlib.h>
static ConfigData config_data;
......
......@@ -27,6 +27,7 @@
#include <sys/inotify.h>
#include <unistd.h>
#include <errno.h>
bool
InotifySource::OnSocketReady(gcc_unused unsigned flags)
......
......@@ -28,6 +28,7 @@
#include <unistd.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef WIN32
#include <windows.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment