]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
use lib/replace for signal.h
authorAndrew Tridgell <tridge@samba.org>
Wed, 11 Apr 2007 12:19:46 +0000 (22:19 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 11 Apr 2007 12:19:46 +0000 (22:19 +1000)
(This used to be ctdb commit 4c660b9706ef09527b8e1a2837d844d30672c541)

ctdb/direct/ctdbd.c

index 727ca1d4a601a5109c4f3515ea9b495c0095d609..53b0a6d2ebc2eba49bfd33cdde89f1b7696cd479 100644 (file)
@@ -22,7 +22,7 @@
 #include "lib/events/events.h"
 #include "system/filesys.h"
 #include "popt.h"
-#include <signal.h>
+#include "system/wait.h"
 
 static void block_signal(int signum)
 {