# HG changeset patch # User John W. Eaton # Date 1454618306 18000 # Node ID a2ee71d42a0609913a2a85b99b116fb06fb7cd9e # Parent 8e317ce26a246fe213e394f6b3f64460d261a936 * sighandlers.cc: Include siglist.h. diff -r 8e317ce26a24 -r a2ee71d42a06 libinterp/corefcn/sighandlers.cc --- a/libinterp/corefcn/sighandlers.cc Thu Feb 04 03:04:07 2016 -0500 +++ b/libinterp/corefcn/sighandlers.cc Thu Feb 04 15:38:26 2016 -0500 @@ -47,6 +47,7 @@ #include "pt-bp.h" #include "pt-eval.h" #include "sighandlers.h" +#include "siglist.h" #include "sysdep.h" #include "syswait.h" #include "toplev.h"