From 7cf91dc9ad84243169ab335118fd9e6091efbb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 3 Oct 2009 17:15:44 +0200 Subject: [PATCH] Fix previous commit (missing plugin_core include) --- src/main/worker.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/worker.c b/src/main/worker.c index f1adf6b..2b5be55 100644 --- a/src/main/worker.c +++ b/src/main/worker.c @@ -1,6 +1,8 @@ #include +#include + #include static liConnection* worker_con_get(liWorker *wrk);