summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/address-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-compat-howl/address-test.c')
-rw-r--r--avahi-compat-howl/address-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-compat-howl/address-test.c b/avahi-compat-howl/address-test.c
index b9c8b13..73c356d 100644
--- a/avahi-compat-howl/address-test.c
+++ b/avahi-compat-howl/address-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); }