summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--TraceScreen.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8c29815..d13d5007 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ What's new in version 1.0.1
respecting $XDG_CONFIG_HOME
(thanks to Hadzhimurad Ustarkhan for the suggestion.)
* Safer behavior on the kill screen, to make it harder to kill the wrong process.
+* Fix for building in FreeBSD 8.2
+ (thanks to Trond Endrestol)
* BUGFIX: keep main panel up-to-date when running the screen manager,
to fix crash when processes die while on the F9/Kill screen.
diff --git a/TraceScreen.c b/TraceScreen.c
index 468fba0a..c7250f67 100644
--- a/TraceScreen.c
+++ b/TraceScreen.c
@@ -20,6 +20,7 @@ in the source distribution for its full text.
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
+#include <signal.h>
/*{
#include "Process.h"