diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 24da70bc4..4dc606a30 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -27,6 +27,7 @@ #include "Mapper.hxx" #include "DatabaseGlue.hxx" #include "DatabaseSimple.hxx" +#include "Permission.hxx" extern "C" { #include "daemon.h" @@ -47,7 +48,6 @@ extern "C" { #include "output_all.h" #include "volume.h" #include "log.h" -#include "permission.h" #include "pcm_resample.h" #include "replay_gain_config.h" #include "decoder_list.h" |