]> git.meshlink.io Git - catta/blobdiff - avahi-compat-howl/address-test.c
implement sw_discovery_browse_domains()
[catta] / avahi-compat-howl / address-test.c
index b9c8b13d80fdf299ecba2a9c7524c031deac5deb..73c356d02d9a384cd612716dccfd9c4787039206 100644 (file)
@@ -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); }