Add missing #include to libctdb/ctdb.c
authorVolker Lendecke <vl@samba.org>
Wed, 17 Aug 2011 12:46:43 +0000 (14:46 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 17 Aug 2011 13:12:46 +0000 (15:12 +0200)
commit4bfdfdae4f8ab23f14bc6ab4c06b66c07714ec17
treec6716923fa6aeb6d122a143f41470e83c72d7abe
parentbb008c01989ebb173a3f095ebd2f90ab54f9da91
Add missing #include to libctdb/ctdb.c

We need that to have the "offsetof" macro, thus we don't need to redeclare it
in libctdb_private.h

Signed-off-by: Michael Adam <obnox@samba.org>
libctdb/ctdb.c