diff options
author | Max Kellermann <max@duempel.org> | 2013-01-03 03:06:45 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 03:09:50 +0100 |
commit | ddf112378b7e9abef79fde13828ba904723c1ffd (patch) | |
tree | f6d345be609c9da06a8751ef68a9a41cabe40e0b /src/AllCommands.cxx | |
parent | b25cce464a83c69fbf41143b52928f5c19756bce (diff) | |
download | mpd-ddf112378b7e9abef79fde13828ba904723c1ffd.tar.gz mpd-ddf112378b7e9abef79fde13828ba904723c1ffd.tar.xz mpd-ddf112378b7e9abef79fde13828ba904723c1ffd.zip |
permission: convert to C++
Diffstat (limited to 'src/AllCommands.cxx')
-rw-r--r-- | src/AllCommands.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AllCommands.cxx b/src/AllCommands.cxx index 6026c6906..6017f9859 100644 --- a/src/AllCommands.cxx +++ b/src/AllCommands.cxx @@ -31,7 +31,7 @@ extern "C" { #include "OutputCommands.hxx" #include "MessageCommands.hxx" #include "OtherCommands.hxx" -#include "permission.h" +#include "Permission.hxx" #include "tag.h" extern "C" { |