make htop trunk compile on FreeBSD 8.2-STABLE

(thanks to Trond Endestrol)
This commit is contained in:
Hisham Muhammad 2012-01-03 18:19:11 +00:00
parent 5b3cc559b2
commit 8b73d11ac6
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -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"