Commit 8b73d11a authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

make htop trunk compile on FreeBSD 8.2-STABLE

(thanks to Trond Endestrol)
parent 5b3cc559
......@@ -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.
......
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment