From 1f63f96686f9398eedde86b4e08581d14c6e403a Mon Sep 17 00:00:00 2001 From: Alban Crequy Date: Thu, 14 Aug 2014 12:13:46 +0100 Subject: [PATCH] bus.h: add missing include to linux/kref.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Symptoms: > kdbus/bus.h:56:14: error: field ‘kref’ has incomplete type > struct kref kref; Signed-off-by: Alban Crequy --- bus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bus.h b/bus.h index a5832b8..c7ce2fa 100644 --- a/bus.h +++ b/bus.h @@ -16,6 +16,7 @@ #include #include #include +#include #include "util.h" -- 2.34.1