From 8b73d11ac68565d458e4942c1bd9b2f119565489 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 3 Jan 2012 18:19:11 +0000 Subject: [PATCH] make htop trunk compile on FreeBSD 8.2-STABLE (thanks to Trond Endestrol) --- ChangeLog | 2 ++ TraceScreen.c | 1 + 2 files changed, 3 insertions(+) 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 #include #include +#include /*{ #include "Process.h"