[ChangeLog]
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Sep 2006 23:33:11 +0000 (23:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Sep 2006 23:33:11 +0000 (23:33 +0000)
* modules/savewd (Depends-on): Add 'raise'.
[lib/ChangeLog]
* savewd.c: Include <signal.h>, for 'raise'.

ChangeLog
lib/ChangeLog
lib/savewd.c
modules/savewd

index 5facc13..a964920 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/savewd (Depends-on): Add 'raise'.
+
 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        * modules/clock-time (Maintainer): Add self.
index 28327a8..63114ee 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * savewd.c: Include <signal.h>, for 'raise'.
+
 2006-09-26  Eric Blake  <ebb9@byu.net>
 
        * verror.c: Include <config.h> unconditionally.
index 7e99237..bd3d118 100644 (file)
@@ -25,6 +25,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <signal.h>
 #include <stdbool.h>
 #include <sys/types.h>
 #include <sys/wait.h>
index 7f05f60..1ea107c 100644 (file)
@@ -10,6 +10,7 @@ Depends-on:
 dirname
 exit
 fcntl-safer
+raise
 stdbool
 xalloc