From: Ralph Boehme Date: Fri, 29 Jun 2018 06:00:10 +0000 (+0200) Subject: s3: lib/ctdbd_conn: include .h, not .c X-Git-Tag: tevent-0.9.37~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5fa4b1531b2f9a3584a1ac5689dc66190f82eb5;p=thirdparty%2Fsamba.git 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 Reviewed-by: Alexander Bokovoy Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Wed Jul 4 01:19:50 CEST 2018 on sn-devel-144 --- 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"