diff options
-rw-r--r-- | source3/tdb/spinlock.c | 1 | ||||
-rw-r--r-- | source3/tdb/tdbtest.c | 1 | ||||
-rw-r--r-- | source3/tdb/tdbtool.c | 1 |
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 */ |