summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2022-01-03 19:33:57 +0100
committerhorchi <vdr@jwendel.de>2022-01-03 19:33:57 +0100
commita7b3392b09a18a4f8c40b732b50db12ce70a28cd (patch)
treecbe10e315e2fdeb6e5c9385fc3bd98f2d75d7f0f /update.h
parent238ba34e22de51720802c38739e9b688e98ceb57 (diff)
downloadvdr-plugin-epg2vdr-a7b3392b09a18a4f8c40b732b50db12ce70a28cd.tar.gz
vdr-plugin-epg2vdr-a7b3392b09a18a4f8c40b732b50db12ce70a28cd.tar.bz2
2022-01-03: version 1.2.4 (horchi)\n - change: Removed dependency to mysql-compat package\n\n1.2.4
Diffstat (limited to 'update.h')
-rw-r--r--update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.h b/update.h
index 181319f..173763f 100644
--- a/update.h
+++ b/update.h
@@ -8,7 +8,7 @@
#ifndef __UPDATE_H
#define __UPDATE_H
-#include <mysql/mysql.h>
+#include <mysql.h>
#include <queue>
#include <vdr/status.h>