summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/text-test.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-15 19:16:47 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-15 19:16:47 +0000
commit97613137fbe867f1d4905e60712f635b0cfd7b87 (patch)
tree60cf7fd798dcd5ee1eb8b7d8425b51d441e02f5c /avahi-compat-howl/text-test.c
parent81a128c7a13247762b80b3928c20532b914cbd4b (diff)
implement sw_discovery_browse_domains()
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@782 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-howl/text-test.c')
-rw-r--r--avahi-compat-howl/text-test.c2
1 files changed, 1 insertions, 1 deletions
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 <assert.h>
#include <stdio.h>
-#include <howl.h>
+#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); }