From 97613137fbe867f1d4905e60712f635b0cfd7b87 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 15 Oct 2005 19:16:47 +0000 Subject: implement sw_discovery_browse_domains() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@782 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-compat-howl/text-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-compat-howl/text-test.c') diff --git a/avahi-compat-howl/text-test.c b/avahi-compat-howl/text-test.c index a32e113..995a7f5 100644 --- a/avahi-compat-howl/text-test.c +++ b/avahi-compat-howl/text-test.c @@ -26,7 +26,7 @@ #include #include -#include +#include "howl.h" #define ASSERT_SW_OKAY(t) { sw_result _r; _r = (t); assert(_r == SW_OKAY); } #define ASSERT_NOT_NULL(t) { const void* _r; r = (t); assert(_r); } -- cgit