diff src/protocols/rendezvous/mdns.c @ 8546:9aa6017da568

[gaim-migrate @ 9288] Might as well have this up to date with the small changes I'd made committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 01 Apr 2004 17:42:12 +0000
parents c3ffec7fab94
children f3b928825a72
line wrap: on
line diff
--- a/src/protocols/rendezvous/mdns.c	Thu Apr 01 17:41:30 2004 +0000
+++ b/src/protocols/rendezvous/mdns.c	Thu Apr 01 17:42:12 2004 +0000
@@ -34,18 +34,7 @@
  * OVERFLOW SECURITY HOLES!!!
  */
 
-#include <errno.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-#include <arpa/inet.h>
-#include <netinet/in.h>
-#include <sys/socket.h>
-#include <sys/types.h>
-
-#include <glib.h>
-
+#include "internal.h"
 #include "debug.h"
 
 #include "mdns.h"