diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 11:53:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:20 -0500 |
commit | 8228a362a9d70ae51c04d11840fa081794d26c68 (patch) | |
tree | beb756c1f804565acfea67b6fcb2ed774f4630e8 /source4/lib/tdb | |
parent | 6bd02aa5046b606171a680e6f8aefba31b744af1 (diff) | |
download | samba-8228a362a9d70ae51c04d11840fa081794d26c68.tar.gz samba-8228a362a9d70ae51c04d11840fa081794d26c68.tar.bz2 samba-8228a362a9d70ae51c04d11840fa081794d26c68.zip |
r3480: moved some signal defines into include/system
(This used to be commit a954e707ef5b23af84ef8f622336e36379c4a373)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/common/tdbutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/tdb/common/tdbutil.c b/source4/lib/tdb/common/tdbutil.c index c9b5dc05e6..b5187162cf 100644 --- a/source4/lib/tdb/common/tdbutil.c +++ b/source4/lib/tdb/common/tdbutil.c @@ -20,6 +20,7 @@ #include "includes.h" #include "system/glob.h" +#include "system/wait.h" #include "dlinklist.h" /* these are little tdb utility functions that are meant to make |