Symptoms:
> kdbus/bus.h:56:14: error: field ‘kref’ has incomplete type
>   struct kref kref;

Signed-off-by: Alban Crequy <alban.cre...@collabora.co.uk>
---
 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 <linux/hashtable.h>
 #include <linux/spinlock.h>
 #include <linux/idr.h>
+#include <linux/kref.h>
 
 #include "util.h"
 
-- 
1.8.5.3

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to