tdb tools need #include <signal.h>
authorJeremy Allison <jra@samba.org>
Thu, 19 Sep 2002 17:36:29 +0000 (17:36 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 19 Sep 2002 17:36:29 +0000 (17:36 +0000)
Jeremy.
(This used to be commit 7e19a6b7ade1e70aafa9be8a86665a49f592b6f4)

source3/tdb/spinlock.c
source3/tdb/tdbtest.c
source3/tdb/tdbtool.c

index 74472854cf21c90a781c32e604ea8053f69c4ba0..2370ce3bdd93286d8c86e3f7c410a3e0ad1e37a4 100644 (file)
@@ -30,6 +30,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <time.h>
+#include <signal.h>
 #include "tdb.h"
 #include "spinlock.h"
 
index 0741073ce116ffbb49c620e5edb8f6b794e764c6..89295a3291f6a15d3c34be61f067fbc801dcb153 100644 (file)
@@ -8,6 +8,7 @@
 #include <sys/mman.h>
 #include <sys/stat.h>
 #include <sys/time.h>
+#include <signal.h>
 #include "tdb.h"
 #include <gdbm.h>
 
index ba0fb48957d78cd25cda5f38c1bc89c2e0250a78..f529c6e6eebe51107a8c2965e6024619a86d58ef 100644 (file)
@@ -33,6 +33,7 @@
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <ctype.h>
+#include <signal.h>
 #include "tdb.h"
 
 /* a tdb tool for manipulating a tdb database */