summaryrefslogtreecommitdiff
path: root/source3/tdb
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-09-19 17:36:29 +0000
committerJeremy Allison <jra@samba.org>2002-09-19 17:36:29 +0000
commit0ce509e2f5f291cc1ef7c4ec610f4c9f379898d9 (patch)
tree19cca8179ea6c905ab4b81cedf43872e53080d9e /source3/tdb
parent1244410cc4d48e3d68dad2c979a9ad2a2f70989e (diff)
downloadsamba-0ce509e2f5f291cc1ef7c4ec610f4c9f379898d9.tar.gz
samba-0ce509e2f5f291cc1ef7c4ec610f4c9f379898d9.tar.bz2
samba-0ce509e2f5f291cc1ef7c4ec610f4c9f379898d9.zip
tdb tools need #include <signal.h>
Jeremy. (This used to be commit 7e19a6b7ade1e70aafa9be8a86665a49f592b6f4)
Diffstat (limited to 'source3/tdb')
-rw-r--r--source3/tdb/spinlock.c1
-rw-r--r--source3/tdb/tdbtest.c1
-rw-r--r--source3/tdb/tdbtool.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/tdb/spinlock.c b/source3/tdb/spinlock.c
index 74472854cf..2370ce3bdd 100644
--- a/source3/tdb/spinlock.c
+++ b/source3/tdb/spinlock.c
@@ -30,6 +30,7 @@
#include <errno.h>
#include <sys/stat.h>
#include <time.h>
+#include <signal.h>
#include "tdb.h"
#include "spinlock.h"
diff --git a/source3/tdb/tdbtest.c b/source3/tdb/tdbtest.c
index 0741073ce1..89295a3291 100644
--- a/source3/tdb/tdbtest.c
+++ b/source3/tdb/tdbtest.c
@@ -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>
diff --git a/source3/tdb/tdbtool.c b/source3/tdb/tdbtool.c
index ba0fb48957..f529c6e6ee 100644
--- a/source3/tdb/tdbtool.c
+++ b/source3/tdb/tdbtool.c
@@ -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 */