aboutsummaryrefslogtreecommitdiff
path: root/src/OtherCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 03:06:45 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 03:09:50 +0100
commitddf112378b7e9abef79fde13828ba904723c1ffd (patch)
treef6d345be609c9da06a8751ef68a9a41cabe40e0b /src/OtherCommands.cxx
parentb25cce464a83c69fbf41143b52928f5c19756bce (diff)
permission: convert to C++
Diffstat (limited to 'src/OtherCommands.cxx')
-rw-r--r--src/OtherCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OtherCommands.cxx b/src/OtherCommands.cxx
index a7a26249..756f8d5b 100644
--- a/src/OtherCommands.cxx
+++ b/src/OtherCommands.cxx
@@ -37,9 +37,9 @@ extern "C" {
#include "decoder_print.h"
#include "volume.h"
#include "stats.h"
-#include "permission.h"
}
+#include "Permission.hxx"
#include "PlaylistFile.hxx"
extern "C" {