From 9780c312f40633a2ce23300cc76faf64e07a87ed Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 20 Feb 2015 14:52:10 -0200 Subject: Fix allocation of processes. Closes #166. Conflicts: Process.c Process.h ProcessList.c ScreenManager.c linux/LinuxProcessList.c --- linux/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/Platform.h') diff --git a/linux/Platform.h b/linux/Platform.h index 2058419c..446c51d1 100644 --- a/linux/Platform.h +++ b/linux/Platform.h @@ -11,6 +11,7 @@ in the source distribution for its full text. #include "Action.h" #include "BatteryMeter.h" +#include "LinuxProcess.h" void Platform_setBindings(Htop_Action* keys); -- cgit v1.2.3