Thu, 08 Dec 2005 20:57:14 +0000
[gaim-migrate @ 14709]
Add a missing #include yahoo_packet.h.
| src/protocols/yahoo/yahoochat.h | file | annotate | diff | comparison | revisions |
--- a/src/protocols/yahoo/yahoochat.h Thu Dec 08 20:56:59 2005 +0000 +++ b/src/protocols/yahoo/yahoochat.h Thu Dec 08 20:57:14 2005 +0000 @@ -26,6 +26,7 @@ #define _YAHOOCHAT_H_ #include "roomlist.h" +#include "yahoo_packet.h" void yahoo_process_conference_invite(GaimConnection *gc, struct yahoo_packet *pkt); void yahoo_process_conference_decline(GaimConnection *gc, struct yahoo_packet *pkt);