aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateArchive.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/UpdateArchive.cxx
parent22f0ef6d6b2d2c66def0e0e93442b01089e388e9 (diff)
db_lock: convert to C++
Diffstat (limited to 'src/UpdateArchive.cxx')
-rw-r--r--src/UpdateArchive.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateArchive.cxx b/src/UpdateArchive.cxx
index c57534ea..441cf71c 100644
--- a/src/UpdateArchive.cxx
+++ b/src/UpdateArchive.cxx
@@ -20,7 +20,7 @@
#include "config.h" /* must be first for large file support */
#include "UpdateArchive.hxx"
#include "UpdateInternal.hxx"
-#include "db_lock.h"
+#include "DatabaseLock.hxx"
#include "directory.h"
#include "song.h"