changeset 4278:fd33fa2bc9da

[gaim-migrate @ 4529] Hopefully this will fix the problems some people are having with uint32_t. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 10 Jan 2003 19:34:17 +0000
parents 12d3ca8f5b5f
children 34e94878fdab
files src/protocols/msn/msn.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Fri Jan 10 15:41:53 2003 +0000
+++ b/src/protocols/msn/msn.c	Fri Jan 10 19:34:17 2003 +0000
@@ -14,6 +14,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <ctype.h>
+#include <netdb.h>
 #include "gaim.h"
 #include "prpl.h"
 #include "proxy.h"