summaryrefslogtreecommitdiff
path: root/lib/Task.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-02 19:05:04 +0000
committerPixel <Pixel>2001-12-02 19:05:04 +0000
commit84944dbe0dfcadfb5c069e210c0545b88aae57dc (patch)
tree03500722286440fe075315cca686a9d7d2e71d2e /lib/Task.cc
parente4075153def021c3405accb19ffcdc3247d98807 (diff)
Little more...
Diffstat (limited to 'lib/Task.cc')
-rw-r--r--lib/Task.cc1
1 files changed, 1 insertions, 0 deletions
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);