--- a/libgaim/network.c Mon Oct 23 18:10:51 2006 +0000
+++ b/libgaim/network.c Mon Oct 23 19:05:14 2006 +0000
@@ -26,6 +26,9 @@
#include "internal.h"
#ifndef _WIN32
+#include <resolv.h>
+#include <netinet/in.h>
+#include <arpa/nameser.h>
#include <net/if.h>
#include <sys/ioctl.h>
#else