Fix: io-hint: add missing include for off_t
[lttng-tools.git] / src / common / io-hint.hpp
index 24fde6bbed8ed153fc0331ae272bb93a6c3e847e..a9efb6562362da9afdd8463231ec6d9fccfce8d5 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _LTTNG_IO_HINT_H
 #define _LTTNG_IO_HINT_H
 
+#include <sys/types.h>
+
 namespace lttng {
 namespace io {
 
This page took 0.023873 seconds and 4 git commands to generate.