From 84944dbe0dfcadfb5c069e210c0545b88aae57dc Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 2 Dec 2001 19:05:04 +0000 Subject: Little more... --- lib/Task.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Task.cc') diff --git a/lib/Task.cc b/lib/Task.cc index 25733ff..2c8f048 100644 --- a/lib/Task.cc +++ b/lib/Task.cc @@ -3,6 +3,7 @@ #include "TaskMan.h" #include "Task.h" #include "String.h" +#include "config.h" Task::Task() : current(0), state(TASK_ON_HOLD), stopped(false), suspended(false), wbta(0) { TaskMan::AddTask(this); -- cgit v1.2.3