bmsd/bms.h

changeset 551
57cb71496a9a
parent 506
8ab0e87d579e
child 567
6bf0afc33e70
equal deleted inserted replaced
550:f34e480ec6c5 551:57cb71496a9a
43 #include <libxml/xmlmemory.h> 43 #include <libxml/xmlmemory.h>
44 #include <libxml/parser.h> 44 #include <libxml/parser.h>
45 #include <libxml/encoding.h> 45 #include <libxml/encoding.h>
46 #include <libxml/xmlwriter.h> 46 #include <libxml/xmlwriter.h>
47 #include <mosquitto.h> 47 #include <mosquitto.h>
48 #ifdef HAVE_MYSQL_MYSQL_H
48 #include <mysql/mysql.h> 49 #include <mysql/mysql.h>
50 #endif
51 #ifdef HAVE_MARIADB_MYSQL_H
52 #include <mariadb/mysql.h>
53 #endif
49 #include <json-c/json.h> 54 #include <json-c/json.h>
50 55
51 56
52 #define MBSE_SS(x) (x)?(x):"(null)" 57 #define MBSE_SS(x) (x)?(x):"(null)"
53 58

mercurial