X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fimage-test.c;h=aeae9dd2380f9f43cde72ffd792282ff7cb102cb;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=889e85e5270958edd87fc114b22e8e635dddba56;hpb=d60ede19ab84382101d313e3185b1a0ef6714088;p=libucw.git diff --git a/images/image-test.c b/images/image-test.c index 889e85e5..aeae9dd2 100644 --- a/images/image-test.c +++ b/images/image-test.c @@ -9,12 +9,12 @@ #undef LOCAL_DEBUG -#include "lib/lib.h" -#include "lib/mempool.h" -#include "lib/fastbuf.h" -#include "lib/threads.h" -#include "images/images.h" -#include "images/color.h" +#include +#include +#include +#include +#include +#include #include #include @@ -198,7 +198,7 @@ test_threads(void) pthread_t threads[TEST_THREADS_COUNT - 1]; pthread_attr_t attr; if (pthread_attr_init(&attr) < 0 || - pthread_attr_setstacksize(&attr, default_thread_stack_size) < 0) + pthread_attr_setstacksize(&attr, ucwlib_thread_stack_size) < 0) ASSERT(0); for (uns i = 0; i < TEST_THREADS_COUNT - 1; i++) {