summaryrefslogtreecommitdiff
path: root/source3/lib/eventlog
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-12 14:40:16 +0000
committerMichael Adam <obnox@samba.org>2015-03-17 11:30:52 +0100
commitde811f14af2083febdea5a1310f78407115168f6 (patch)
tree833a9340df711f33520b19fad5d38a8db832d4b6 /source3/lib/eventlog
parentcf368cbdc5f1b6ee1f831e3a90d8d77ef8d317ed (diff)
downloadsamba-de811f14af2083febdea5a1310f78407115168f6.tar.gz
lib: Remove tdb_compat
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/eventlog')
-rw-r--r--source3/lib/eventlog/eventlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/eventlog/eventlog.h b/source3/lib/eventlog/eventlog.h
index 694732d184a..b485bfe08e9 100644
--- a/source3/lib/eventlog/eventlog.h
+++ b/source3/lib/eventlog/eventlog.h
@@ -17,7 +17,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "tdb_compat.h"
+#include <tdb.h>
/* Defines for TDB keys */
#define EVT_OLDEST_ENTRY "INFO/oldest_entry"