Mercurial > pidgin
diff src/protocols/yahoo/yahoochat.h @ 12402:769f56e96b38
[gaim-migrate @ 14709]
Add a missing #include yahoo_packet.h.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 08 Dec 2005 20:57:14 +0000 |
| parents | 4d3119205a33 |
| children |
line wrap: on
line diff
--- 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);
