From 6d9fe143e21511a802b704423307ecff9adf23b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 22 Feb 2016 16:05:44 -0500 Subject: [PATCH] Solaris build fix: missing inclusion of endian.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- formats/ctf/ir/event-class.c | 1 + 1 file changed, 1 insertion(+) diff --git a/formats/ctf/ir/event-class.c b/formats/ctf/ir/event-class.c index 84976e80..750203ae 100644 --- a/formats/ctf/ir/event-class.c +++ b/formats/ctf/ir/event-class.c @@ -38,6 +38,7 @@ #include #include #include +#include static void bt_ctf_event_class_destroy(struct bt_object *obj); -- 2.34.1