aboutsummaryrefslogtreecommitdiff
path: root/src/StickerCommands.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 20:56:21 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 20:56:21 +0100
commit51a2d09eb7fd8bc22a25e151878e6809b58bc21f (patch)
tree64f87cab1f5d55a219fc3c9d3d2dac5d65e0aba5 /src/StickerCommands.cxx
parent22f0ef6d6b2d2c66def0e0e93442b01089e388e9 (diff)
db_lock: convert to C++
Diffstat (limited to 'src/StickerCommands.cxx')
-rw-r--r--src/StickerCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StickerCommands.cxx b/src/StickerCommands.cxx
index 7d23354f..ad09f9b4 100644
--- a/src/StickerCommands.cxx
+++ b/src/StickerCommands.cxx
@@ -20,6 +20,7 @@
#include "config.h"
#include "StickerCommands.hxx"
#include "SongPrint.hxx"
+#include "DatabaseLock.hxx"
extern "C" {
#include "protocol/result.h"
@@ -27,7 +28,6 @@ extern "C" {
#include "sticker_print.h"
#include "song_sticker.h"
#include "database.h"
-#include "db_lock.h"
}
#include <string.h>