diff -r 3282a6c292dc -r ca6d1b4d24b5 libpurple/protocols/gg/libgadu-events.h --- a/libpurple/protocols/gg/libgadu-events.h Mon Sep 16 10:31:57 2013 +0200 +++ b/libpurple/protocols/gg/libgadu-events.h Mon Sep 16 11:08:09 2013 +0200 @@ -33,9 +33,13 @@ #include #include +#include "gg.h" + void ggp_events_user_data(PurpleConnection *gc, struct gg_event_user_data *data); +#if GGP_ENABLE_GG11 void ggp_events_json(PurpleConnection *gc, struct gg_event_json_event *ev); +#endif #endif /* _GGP_LIBGADU_EVENTS_H */