Commit c2d3ed2a authored by Max Kellermann's avatar Max Kellermann

Listen, ...: add missing includes

parent 0339c8d0
......@@ -27,6 +27,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <string.h>
......
......@@ -29,6 +29,8 @@
#include "util/Error.hxx"
#include "fs/Path.hxx"
#include <glib.h>
#include <string.h>
#include <assert.h>
......
......@@ -37,6 +37,8 @@
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
......
......@@ -28,6 +28,8 @@
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <stdlib.h>
#define PRIO_LABEL "Prio: "
......
......@@ -31,7 +31,7 @@
#include <glib.h>
#include <stdlib.h>
#include <string.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "song"
......
......@@ -25,9 +25,10 @@
#include "Partition.hxx"
#include "Volume.hxx"
#include "event/Loop.hxx"
#include "fs/FileSystem.hxx"
#include <glib.h>
#include <assert.h>
#include <string.h>
#include <errno.h>
......
......@@ -32,6 +32,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <sys/types.h>
#include <errno.h>
......
......@@ -30,6 +30,8 @@
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <iostream>
using std::cout;
using std::cerr;
......
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