X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftest_urcu_wfcq.c;h=91285a58d96ef64de82ca2a78baa5c6bd5bdb0e2;hb=985c316859376f710c55cf4ea7e942d41afe11c3;hp=939bf7a7bc77a5459d0ce683d9e72c0c40d9820b;hpb=372b9ad7acc40810bbcec6a796c71b54901b3ca7;p=urcu.git diff --git a/tests/test_urcu_wfcq.c b/tests/test_urcu_wfcq.c index 939bf7a..91285a5 100644 --- a/tests/test_urcu_wfcq.c +++ b/tests/test_urcu_wfcq.c @@ -39,6 +39,7 @@ #include #include +#include #ifdef __linux__ #include @@ -65,7 +66,6 @@ static inline pid_t gettid(void) #ifndef DYNAMIC_LINK_TEST #define _LGPL_SOURCE #endif -#include #include enum test_sync { @@ -544,7 +544,7 @@ int main(int argc, char **argv) tot_enqueues, tot_dequeues); printf_verbose("total number of successful enqueues : %llu, " "enqueues to empty dest : %llu, " - "successful dequeues %llu, ", + "successful dequeues %llu, " "splice : %llu\n", tot_successful_enqueues, tot_empty_dest_enqueues,