Mercurial > pidgin
diff src/protocols/msn/utils.c @ 12410:bc249de5ea02
[gaim-migrate @ 14717]
Include .h files corresponding to the respective .c files to clear up prototype warnings.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 08 Dec 2005 20:59:33 +0000 |
| parents | a1aa681f1448 |
| children |
line wrap: on
line diff
--- a/src/protocols/msn/utils.c Thu Dec 08 20:59:15 2005 +0000 +++ b/src/protocols/msn/utils.c Thu Dec 08 20:59:33 2005 +0000 @@ -22,6 +22,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "msn.h" +#include "utils.h" void msn_parse_format(const char *mime, char **pre_ret, char **post_ret)
