X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Funit%2Ftest_unix_socket.cpp;h=e0af6e2969b4125417d0ec11d98659cac54ff32d;hb=671e39d79a1ad9c3f13c4784a26710a5b1f14237;hp=361dbe36a7edf4e0c7b304b81ed30e499cd9211e;hpb=cd9adb8b829564212158943a0d279bb35322ab30;p=lttng-tools.git diff --git a/tests/unit/test_unix_socket.cpp b/tests/unit/test_unix_socket.cpp index 361dbe36a..e0af6e296 100644 --- a/tests/unit/test_unix_socket.cpp +++ b/tests/unit/test_unix_socket.cpp @@ -5,7 +5,6 @@ * */ -#include #include #include #include @@ -17,6 +16,7 @@ #include #include +#include #include #include #include @@ -27,7 +27,7 @@ #define HIGH_FD_COUNT LTTCOMM_MAX_SEND_FDS #define MESSAGE_COUNT 4 -#define LARGE_PAYLOAD_SIZE 4 * 1024 +#define LARGE_PAYLOAD_SIZE (4 * 1024) #define LARGE_PAYLOAD_RECV_SIZE 100 static const int TEST_COUNT = 37;