mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
390b9a2dd8
The most convenient way to write unit tests in C is to directly #include the C files (CCAN uses this, for example). That works quite well, but it means that tdb_private.h now needs to be protected against multiple inclusions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>