This should fix it as tdb.h doesn't have the needed include files for the build thus causing the problem.
Dan
--- tdb.old.h 2005-05-03 10:09:08.000000000 -0400
+++ tdb.h 2005-05-03 10:10:08.000000000 -0400
@@ -1,6 +1,7 @@
#ifndef __TDB_H__
#define __TDB_H__
-
+#include <sys/types.h>
+#include <signal.h>
/*
Unix SMB/CIFS implementation.-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

