mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
ctdb-build: Add missing dependency on talloc
The include isn't strictly necessary, since it is included via common/reqid.c anyway. However, it is a useful hint. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Fri Jul 22 17:01:00 UTC 2022 on sn-devel-184
This commit is contained in:
parent
e831af7b25
commit
30c40046ef
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include "replace.h"
|
#include "replace.h"
|
||||||
|
|
||||||
|
#include <talloc.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "common/reqid.c"
|
#include "common/reqid.c"
|
||||||
|
@ -930,7 +930,7 @@ def build(bld):
|
|||||||
|
|
||||||
bld.SAMBA_BINARY('reqid_test',
|
bld.SAMBA_BINARY('reqid_test',
|
||||||
source='tests/src/reqid_test.c',
|
source='tests/src/reqid_test.c',
|
||||||
deps='samba-util',
|
deps='samba-util talloc',
|
||||||
install_path='${CTDB_TEST_LIBEXECDIR}')
|
install_path='${CTDB_TEST_LIBEXECDIR}')
|
||||||
|
|
||||||
bld.SAMBA_BINARY('rb_test',
|
bld.SAMBA_BINARY('rb_test',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user