Fix: missing include can cause structures to not be packed
[lttng-tools.git] / include / lttng / channel-internal.h
index 53171f42c639554d5ed432cca16e35964f3169c0..030b470153c23a8ce7bb67af155590c6b630de71 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef LTTNG_CHANNEL_INTERNAL_H
 #define LTTNG_CHANNEL_INTERNAL_H
 
+#include <common/macros.h>
+
 struct lttng_channel_extended {
        uint64_t discarded_events;
        uint64_t lost_packets;
This page took 0.024961 seconds and 5 git commands to generate.