1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Fix: Added missing includes

This commit is contained in:
Philipp Schafft 2014-12-20 13:40:44 +00:00
parent 55d429a6c8
commit d3bba3638e
3 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#include <config.h>
#endif
#include <string.h>
#include <errno.h>
#ifndef _WIN32
#include <sys/wait.h>

View File

@ -10,6 +10,8 @@
#include <config.h>
#endif
#include <string.h>
#include "event.h"
#include "logging.h"
#define CATMODULE "event_log"

View File

@ -10,6 +10,7 @@
#include <config.h>
#endif
#include <string.h>
#include <curl/curl.h>
#include "event.h"