From 14f7091280b8d12fcbc58a4ff986e94915ecd638 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 7 Dec 2009 15:56:04 +0100 Subject: Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h). --- src/charon/processing/scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charon/processing/scheduler.c') diff --git a/src/charon/processing/scheduler.c b/src/charon/processing/scheduler.c index d09b384c3..36ccb1468 100644 --- a/src/charon/processing/scheduler.c +++ b/src/charon/processing/scheduler.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include /* the initial size of the heap */ #define HEAP_SIZE_DEFAULT 64 -- cgit v1.2.3