diff options
author | horchi <vdr@jwendel.de> | 2022-01-03 19:33:57 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2022-01-03 19:33:57 +0100 |
commit | a7b3392b09a18a4f8c40b732b50db12ce70a28cd (patch) | |
tree | cbe10e315e2fdeb6e5c9385fc3bd98f2d75d7f0f /lib/db.h | |
parent | 238ba34e22de51720802c38739e9b688e98ceb57 (diff) | |
download | vdr-plugin-epg2vdr-1.2.4.tar.gz vdr-plugin-epg2vdr-1.2.4.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 'lib/db.h')
-rw-r--r-- | lib/db.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -5,8 +5,7 @@ * */ -#ifndef __DB_H -#define __DB_H +#pragma once #include <linux/unistd.h> @@ -16,7 +15,7 @@ #include <stdarg.h> #include <errno.h> -#include <mysql/mysql.h> +#include <mysql.h> #include <list> @@ -1368,6 +1367,3 @@ class cDbProcedure : public cDbService char* name; }; - -//*************************************************************************** -#endif //__DB_H |