- several files were missing include of dprint.h - could be the cause for missing symbol reported by Pratab Ali for opensuse
@@ -42,6 +42,7 @@
*/
#include "../../sr_module.h"
+#include "../../dprint.h"
#include "km_dbase.h"
#include "km_db_mysql.h"
@@ -44,6 +44,7 @@
#include "../../str.h"
#include "../../lib/srdb2/db_cmd.h"
#include "../../ut.h"
#include <strings.h>
#include <stdio.h>
@@ -47,6 +47,7 @@
#include "../../lib/srdb2/db.h"
int my_ping_interval = 5 * 60; /* Default is 5 minutes */
unsigned int my_connect_to = 2; /* 2 s by default */