diff libpurple/dnssrv.c @ 15656:ca1c878be941

Include util.h to fix a warning I introduced
author Evan Schoenberg <evan.s@dreskin.net>
date Sun, 18 Feb 2007 20:27:25 +0000
parents 61b42cf81aa4
children 4530f15fe5af
line wrap: on
line diff
--- a/libpurple/dnssrv.c	Sun Feb 18 18:28:47 2007 +0000
+++ b/libpurple/dnssrv.c	Sun Feb 18 20:27:25 2007 +0000
@@ -21,6 +21,7 @@
  */
 
 #include "internal.h"
+#include "util.h"
 
 #ifndef _WIN32
 #include <resolv.h>