tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>
authorVolker Lendecke <vlendec@samba.org>
Mon, 23 Sep 2002 15:00:09 +0000 (15:00 +0000)
committerVolker Lendecke <vlendec@samba.org>
Mon, 23 Sep 2002 15:00:09 +0000 (15:00 +0000)
Volker
(This used to be commit a1bade0748fa46c6cb00e99d7022b21057679889)

source3/tdb/tdbdump.c

index 66642132093c85a10782578f65a20df8377cbc2d..9c1dc2761b67d9bb6af9879d798e4d6df89eb662 100644 (file)
@@ -30,6 +30,7 @@
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <ctype.h>
+#include <signal.h>
 #include "tdb.h"
 
 static void print_data(TDB_DATA d)