summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-06-29 08:00:10 +0200
committerRalph Boehme <slow@samba.org>2018-07-04 01:19:50 +0200
commitc5fa4b1531b2f9a3584a1ac5689dc66190f82eb5 (patch)
tree452fe0a49b2202d1cf33b23950ddda9d21653690 /source3
parent3287bfe2b4ab0676b40666594b00b64ab027e04d (diff)
downloadsamba-c5fa4b1531b2f9a3584a1ac5689dc66190f82eb5.tar.gz
s3: lib/ctdbd_conn: include .h, not .c
Probably a copy/paste mistake. Detected by a failing autobuild on sn-devel and a local make test: Build failed: default/examples/libsmbclient/testbrowse2: Symbol tevent_req_is_unix_error linked in multiple libraries ['samba-cluster-support', 'tevent-util'] UNEXPECTED(failure): wafsamba.duplicate_symbols.duplicate_symbols(none) Wonder why this didn't fail before in autobuild. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Wed Jul 4 01:19:50 CEST 2018 on sn-devel-144
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/ctdbd_conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 9832dfae7b4..dc6aa282316 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -32,7 +32,7 @@
#include "lib/util/genrand.h"
#include "lib/util/fault.h"
#include "lib/util/dlinklist.h"
-#include "lib/util/tevent_unix.c"
+#include "lib/util/tevent_unix.h"
#include "lib/util/sys_rw.h"
#include "lib/util/blocking.h"
#include "ctdb/include/ctdb_protocol.h"