]> git.meshlink.io Git - catta/blobdiff - avahi-compat-howl/text-test.c
* add a seperate mutex for salt_lock()/salt_unlock() so that it doesn't interfere...
[catta] / avahi-compat-howl / text-test.c
index a32e1139b298133dba0a3d569ce3b621bd47ea66..995a7f54be42ca1715b3b816ef0bcad2ba2358e9 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); }