Listen, ...: add missing includes

This commit is contained in:
Max Kellermann 2013-10-02 08:11:58 +02:00
parent 0339c8d025
commit c2d3ed2acc
8 changed files with 15 additions and 2 deletions

View File

@ -27,6 +27,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <string.h>

View File

@ -29,6 +29,8 @@
#include "util/Error.hxx"
#include "fs/Path.hxx"
#include <glib.h>
#include <string.h>
#include <assert.h>

View File

@ -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>

View File

@ -28,6 +28,8 @@
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <stdlib.h>
#define PRIO_LABEL "Prio: "

View File

@ -31,7 +31,7 @@
#include <glib.h>
#include <stdlib.h>
#include <string.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "song"

View File

@ -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>

View File

@ -32,6 +32,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <sys/types.h>
#include <errno.h>

View File

@ -30,6 +30,8 @@
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <iostream>
using std::cout;
using std::cerr;