[raop] Fix forgotten include of conffile.c in commit 18acb73 (fixes #688)

This commit is contained in:
ejurgensen 2019-02-07 21:14:13 +01:00
parent 0ded6d63bf
commit cb49554608
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ static cfg_opt_t sec_airplay[] =
{
CFG_INT("max_volume", 11, CFGF_NONE),
CFG_BOOL("exclude", cfg_false, CFGF_NONE),
CFG_BOOL("permanent", cfg_false, CFGF_NONE),
CFG_STR("password", NULL, CFGF_NONE),
CFG_END()
};