Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
c2d3ed2a
Commit
c2d3ed2a
authored
Oct 02, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Listen, ...: add missing includes
parent
0339c8d0
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
2 deletions
+15
-2
DirectorySave.cxx
src/DirectorySave.cxx
+2
-0
Listen.cxx
src/Listen.cxx
+2
-0
PlaylistFile.cxx
src/PlaylistFile.cxx
+2
-0
QueueSave.cxx
src/QueueSave.cxx
+2
-0
SongSave.cxx
src/SongSave.cxx
+1
-1
StateFile.cxx
src/StateFile.cxx
+2
-1
SimpleDatabasePlugin.cxx
src/db/SimpleDatabasePlugin.cxx
+2
-0
DumpDatabase.cxx
test/DumpDatabase.cxx
+2
-0
No files found.
src/DirectorySave.cxx
View file @
c2d3ed2a
...
...
@@ -27,6 +27,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <assert.h>
#include <string.h>
...
...
src/Listen.cxx
View file @
c2d3ed2a
...
...
@@ -29,6 +29,8 @@
#include "util/Error.hxx"
#include "fs/Path.hxx"
#include <glib.h>
#include <string.h>
#include <assert.h>
...
...
src/PlaylistFile.cxx
View file @
c2d3ed2a
...
...
@@ -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>
...
...
src/QueueSave.cxx
View file @
c2d3ed2a
...
...
@@ -28,6 +28,8 @@
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <stdlib.h>
#define PRIO_LABEL "Prio: "
...
...
src/SongSave.cxx
View file @
c2d3ed2a
...
...
@@ -31,7 +31,7 @@
#include <glib.h>
#include <st
dlib
.h>
#include <st
ring
.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "song"
...
...
src/StateFile.cxx
View file @
c2d3ed2a
...
...
@@ -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>
...
...
src/db/SimpleDatabasePlugin.cxx
View file @
c2d3ed2a
...
...
@@ -32,6 +32,8 @@
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include <glib.h>
#include <sys/types.h>
#include <errno.h>
...
...
test/DumpDatabase.cxx
View file @
c2d3ed2a
...
...
@@ -30,6 +30,8 @@
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include <glib.h>
#include <iostream>
using
std
::
cout
;
using
std
::
cerr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment