X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Freadwrite.hpp;h=d3f80929d6cfcf4bb6208559009cca790323b746;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=1818fdb261f6f7c53f1f1bb788014ec8201c1f25;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/src/common/readwrite.hpp b/src/common/readwrite.hpp index 1818fdb26..d3f80929d 100644 --- a/src/common/readwrite.hpp +++ b/src/common/readwrite.hpp @@ -8,9 +8,10 @@ * */ -#include #include +#include + /* * lttng_read and lttng_write take care of EINTR and partial read/write. * Upon success, they return the "count" received as parameter.