Added initial support for multiple interfaces on Accessible objects
[platform/core/uifw/at-spi2-atk.git] / libspi / accessible.h
index 406d026..452ce78 100644 (file)
@@ -48,6 +48,8 @@ typedef struct {
 GType                  accessible_get_type   (void);
 Accessible             *accessible_new       (AtkObject *o);
 
+#include "component.h"
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */