libpurple/protocols/mxit/roster.c

changeset 29106
51c7b2177e42
parent 28991
436deb305c4d
child 29667
9c7cdbf30435
equal deleted inserted replaced
29105:d56f5928f941 29106:51c7b2177e42
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
24 */ 24 */
25 25
26 #include <stdio.h> 26 #include "internal.h"
27 #include <unistd.h>
28 #include <string.h>
29
30 #include "purple.h" 27 #include "purple.h"
31 28
32 #include "protocol.h" 29 #include "protocol.h"
33 #include "mxit.h" 30 #include "mxit.h"
34 #include "roster.h" 31 #include "roster.h"

mercurial