s3: Fix the build on FreeBSD
authorVolker Lendecke <vl@samba.org>
Tue, 23 Aug 2011 22:36:35 +0000 (00:36 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 23 Aug 2011 21:01:07 +0000 (23:01 +0200)
commit0d3dc8e2d163c044f6594f2169a2fef4f53290a1
tree053d6805c71059839f964416e60013507ae906f6
parent932f2229f1337f3d5946103f5bd81e858ab4e805
s3: Fix the build on FreeBSD

lsasd.c uses basename(3), which according to susv3
requires libgen.h and without which the FreeBSD build breaks.
source3/rpc_server/lsasd.c