summaryrefslogtreecommitdiff
path: root/plugins/Watrack_MPD
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-11 22:04:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-11 22:04:58 +0000
commit6dfb8adb67adb1c01105804e329fcd4a2b152c06 (patch)
treeab8371809437508a19ce524eef625c0e3fe89f75 /plugins/Watrack_MPD
parente27c16fd6a4a1f5b1191c0fd68c53ae459df386d (diff)
all database functions moved to m_database.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@12385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack_MPD')
-rwxr-xr-xplugins/Watrack_MPD/src/commonheaders.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Watrack_MPD/src/commonheaders.h b/plugins/Watrack_MPD/src/commonheaders.h
index 0a8fe4494a..6accba7365 100755
--- a/plugins/Watrack_MPD/src/commonheaders.h
+++ b/plugins/Watrack_MPD/src/commonheaders.h
@@ -21,6 +21,7 @@
#include <windows.h>
#include <newpluginapi.h>
+#include <m_database.h>
#include <m_netlib.h>
#include <m_utils.h>
#include <m_options.h>