diff options
author | Max Kellermann <max@duempel.org> | 2013-09-05 08:42:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-05 08:42:08 +0200 |
commit | 9605e24655dbb0d67b34e0be7aa71e621f3ae415 (patch) | |
tree | e648cdddf0eca06d7361fcb689b1d3198639fe01 /src/Main.cxx | |
parent | 7d0269d2cec68c7e55df5b6db3d2266741534b17 (diff) | |
download | mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.gz mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.tar.xz mpd-9605e24655dbb0d67b34e0be7aa71e621f3ae415.zip |
conf.h: move constants to ConfigDefaults.hxx
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index df06fd45a..63008d87a 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -57,6 +57,7 @@ #include "Daemon.hxx" #include "system/FatalError.hxx" #include "util/Error.hxx" +#include "ConfigDefaults.hxx" extern "C" { #include "stats.h" |