diff options
Diffstat (limited to 'lib/util/threadpool_serial.c')
-rw-r--r-- | lib/util/threadpool_serial.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/threadpool_serial.c b/lib/util/threadpool_serial.c index 834cfa7..fb24ee8 100644 --- a/lib/util/threadpool_serial.c +++ b/lib/util/threadpool_serial.c @@ -4,8 +4,8 @@ * * Copyright (C) 2021 David Oberhollenzer <goliath@infraroot.at> */ -#include "threadpool.h" -#include "util.h" +#include "util/threadpool.h" +#include "util/util.h" #include <stdlib.h> #include <string.h> |