X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fimage-test.c;h=aeae9dd2380f9f43cde72ffd792282ff7cb102cb;hb=0ca8c151f5afe1680e98f3bfbe9d5c752d8a2924;hp=4bf02b3992d742c997c3dc9b37c15a8c33632577;hpb=6653d0a752dd937152fa66f1725fab42edc25b8a;p=libucw.git diff --git a/images/image-test.c b/images/image-test.c index 4bf02b39..aeae9dd2 100644 --- a/images/image-test.c +++ b/images/image-test.c @@ -9,12 +9,12 @@ #undef LOCAL_DEBUG -#include "ucw/lib.h" -#include "ucw/mempool.h" -#include "ucw/fastbuf.h" -#include "ucw/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++) {