summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-core/avahi.h8
-rw-r--r--avahi-core/rr.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/avahi-core/avahi.h b/avahi-core/avahi.h
index bbb7873..750dee1 100644
--- a/avahi-core/avahi.h
+++ b/avahi-core/avahi.h
@@ -1,5 +1,5 @@
-#ifndef fooavahihfoo
-#define fooavahihfoo
+#ifndef foocorehfoo
+#define foocorehfoo
/* $Id$ */
@@ -29,8 +29,8 @@ typedef struct _AvahiServer AvahiServer;
typedef struct _AvahiEntry AvahiEntry;
typedef struct _AvahiEntryGroup AvahiEntryGroup;
-#include "address.h"
-#include "rr.h"
+#include <avahi-core/address.h>
+#include <avahi-core/rr.h>
typedef enum {
AVAHI_ENTRY_NULL = 0,
diff --git a/avahi-core/rr.h b/avahi-core/rr.h
index 2efb850..ef267f2 100644
--- a/avahi-core/rr.h
+++ b/avahi-core/rr.h
@@ -24,8 +24,8 @@
#include <glib.h>
-#include "strlst.h"
-#include "address.h"
+#include <avahi-core/strlst.h>
+#include <avahi-core/address.h>
enum {
AVAHI_DNS_TYPE_A = 0x01,