diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-19 17:36:29 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-19 17:36:29 +0000 |
commit | 7e19a6b7ade1e70aafa9be8a86665a49f592b6f4 (patch) | |
tree | 29b4a2b0dee217616bfb24d42679d7d9d962e5da /source/tdb/spinlock.c | |
parent | 60ab55fedf03a0b505b0b73527e031124a46304e (diff) | |
download | samba-7e19a6b7ade1e70aafa9be8a86665a49f592b6f4.tar.gz |
tdb tools need #include <signal.h>
Jeremy.
Diffstat (limited to 'source/tdb/spinlock.c')
-rw-r--r-- | source/tdb/spinlock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/tdb/spinlock.c b/source/tdb/spinlock.c index 74472854cf2..2370ce3bdd9 100644 --- a/source/tdb/spinlock.c +++ b/source/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" |