blob: 6bb73f4632a9d6cd26901e4fad8f4069b0b341db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- src/dbmail.h.in.orig 2015-01-25 10:20:50 UTC
+++ src/dbmail.h.in
@@ -97,6 +97,7 @@
#include <ldap.h>
#endif
+#include <zdb.h>
#include <URL.h>
#include <ResultSet.h>
#include <PreparedStatement.h>
@@ -156,6 +157,11 @@
#ifdef HAVE_ENDIAN_H
#include <endian.h>
#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define GETCONFIGVALUE(key, sect, var) \
config_get_value(key, sect, var); \
|