* modules/savewd (Depends-on): Add 'raise'.
[lib/ChangeLog]
* savewd.c: Include <signal.h>, for 'raise'.
+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.
+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.
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
+#include <signal.h>
#include <stdbool.h>
#include <sys/types.h>
#include <sys/wait.h>
dirname
exit
fcntl-safer
+raise
stdbool
xalloc