# HG changeset patch # User Evan Schoenberg # Date 1171830445 0 # Node ID ca1c878be941ed36d08abbaaa8664a76afc0e043 # Parent c8eac129daf005021f46fadcb26377d3b2fa72f5 Include util.h to fix a warning I introduced diff -r c8eac129daf0 -r ca1c878be941 libpurple/dnssrv.c --- 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