Mercurial > pidgin
changeset 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 | 286146328789 |
children | 14230fbe943e |
files | src/protocols/yahoo/yahoochat.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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);