summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/text-test.c
diff options
context:
space:
mode:
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); }