X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-compat-howl%2Ftext-test.c;h=995a7f54be42ca1715b3b816ef0bcad2ba2358e9;hb=f03a9fad41c07d68c692e7d53cd9c1fe374f33bc;hp=a32e1139b298133dba0a3d569ce3b621bd47ea66;hpb=0433169ea9c6906f31b1a78e9a118858dd776dad;p=catta 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); }