diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 16:52:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 16:52:25 +0200 |
commit | 75fa0c73ee4ee2648f587e2eb852316061fc1053 (patch) | |
tree | b2bf54b0bf943cbe518966a281b2808c0c561a72 /src/conf.c | |
parent | b543b982624593ab767d0734b08d053662434380 (diff) | |
download | mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.tar.gz mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.tar.xz mpd-75fa0c73ee4ee2648f587e2eb852316061fc1053.zip |
moved default value macros to defaults.h
These macros are only used by options.c and conf.c. Move them to a
common internal header.
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c index 79bbfd3a1..e0214ce9d 100644 --- a/src/conf.c +++ b/src/conf.c @@ -21,6 +21,7 @@ #define NO_GLOBAL_OPTIONS #include "conf.h" #include "config.h" +#include "defaults.h" #include "ncmpc.h" #include "support.h" #include "command.h" |