aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/thread_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/threads/thread_pool.h')
-rw-r--r--src/charon/threads/thread_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/threads/thread_pool.h b/src/charon/threads/thread_pool.h
index 2d8fd4f4d..8e1989bda 100644
--- a/src/charon/threads/thread_pool.h
+++ b/src/charon/threads/thread_pool.h
@@ -28,7 +28,7 @@ typedef struct thread_pool_t thread_pool_t;
#include <stdlib.h>
-#include <types.h>
+#include <library.h>
/**
* @brief A thread_pool consists of a pool of threads processing jobs from the job queue.