summaryrefslogtreecommitdiff
path: root/source3/tdb/spinlock.c
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/spinlock.c
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/spinlock.c')
-rw-r--r--source3/tdb/spinlock.c1
1 files changed, 1 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"