--- a/src/protocols/msn/group.h Tue Sep 02 04:28:34 2003 +0000 +++ b/src/protocols/msn/group.h Tue Sep 02 04:32:16 2003 +0000 @@ -4,7 +4,7 @@ * gaim * * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -25,6 +25,8 @@ typedef struct _MsnGroup MsnGroup; typedef struct _MsnGroups MsnGroups; +#include <stdio.h> + #include "session.h" #include "user.h" @@ -196,7 +198,7 @@ * Returns the number of groups in a groups list. * * @param groups The groups list. - * + * * @return The number of groups. */ size_t msn_groups_get_count(const MsnGroups *groups);