changeset 3579:8a0571a2becc

[project @ 2000-02-04 23:21:09 by jwe]
author jwe
date Fri, 04 Feb 2000 23:21:09 +0000
parents a40ca99e3e75
children 2923f52d8fda
files src/ChangeLog src/siglist.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
 2000-02-04  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* siglist.c: Include <signal.h>.
+
 	* lex.l (is_plot_keyword): Add minimum match length in call to
 	almost_match.
 
--- a/src/siglist.c
+++ b/src/siglist.c
@@ -24,6 +24,8 @@
 #include <config.h>
 #endif
 
+#include <signal.h>
+
 #include "siglist.h"
 
 #ifndef HAVE_SYS_SIGLIST