changeset 15657: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 c8eac129daf0
children 650e24726180 afa4230ccdd2
files libpurple/dnssrv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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>