aboutsummaryrefslogtreecommitdiff
path: root/avahi-daemon
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon')
-rw-r--r--avahi-daemon/dbus-async-address-resolver.c2
-rw-r--r--avahi-daemon/dbus-async-host-name-resolver.c2
-rw-r--r--avahi-daemon/dbus-async-service-resolver.c2
-rw-r--r--avahi-daemon/dbus-domain-browser.c2
-rw-r--r--avahi-daemon/dbus-entry-group.c2
-rw-r--r--avahi-daemon/dbus-protocol.c2
-rw-r--r--avahi-daemon/dbus-record-browser.c2
-rw-r--r--avahi-daemon/dbus-service-browser.c2
-rw-r--r--avahi-daemon/dbus-service-type-browser.c2
-rw-r--r--avahi-daemon/dbus-sync-address-resolver.c2
-rw-r--r--avahi-daemon/dbus-sync-host-name-resolver.c2
-rw-r--r--avahi-daemon/dbus-sync-service-resolver.c2
-rw-r--r--avahi-daemon/dbus-util.c2
-rw-r--r--avahi-daemon/ini-file-parser-test.c2
-rw-r--r--avahi-daemon/ini-file-parser.c2
-rw-r--r--avahi-daemon/main.c2
-rw-r--r--avahi-daemon/setproctitle.c2
-rw-r--r--avahi-daemon/simple-protocol.c2
-rw-r--r--avahi-daemon/static-hosts.c2
-rw-r--r--avahi-daemon/static-services.c2
20 files changed, 20 insertions, 20 deletions
diff --git a/avahi-daemon/dbus-async-address-resolver.c b/avahi-daemon/dbus-async-address-resolver.c
index a77e03c..7940b03 100644
--- a/avahi-daemon/dbus-async-address-resolver.c
+++ b/avahi-daemon/dbus-async-address-resolver.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-async-host-name-resolver.c b/avahi-daemon/dbus-async-host-name-resolver.c
index 7c2d063..325abe1 100644
--- a/avahi-daemon/dbus-async-host-name-resolver.c
+++ b/avahi-daemon/dbus-async-host-name-resolver.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-async-service-resolver.c b/avahi-daemon/dbus-async-service-resolver.c
index 2b58e2d..0514b20 100644
--- a/avahi-daemon/dbus-async-service-resolver.c
+++ b/avahi-daemon/dbus-async-service-resolver.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-domain-browser.c b/avahi-daemon/dbus-domain-browser.c
index e51996f..9889a3f 100644
--- a/avahi-daemon/dbus-domain-browser.c
+++ b/avahi-daemon/dbus-domain-browser.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-entry-group.c b/avahi-daemon/dbus-entry-group.c
index 4e879a5..421f552 100644
--- a/avahi-daemon/dbus-entry-group.c
+++ b/avahi-daemon/dbus-entry-group.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-common/domain.h>
diff --git a/avahi-daemon/dbus-protocol.c b/avahi-daemon/dbus-protocol.c
index eb8a662..3deb9d4 100644
--- a/avahi-daemon/dbus-protocol.c
+++ b/avahi-daemon/dbus-protocol.c
@@ -40,7 +40,7 @@
#include <avahi-common/dbus.h>
#include <avahi-common/llist.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus-watch-glue.h>
#include <avahi-common/alternative.h>
#include <avahi-common/error.h>
diff --git a/avahi-daemon/dbus-record-browser.c b/avahi-daemon/dbus-record-browser.c
index c0337cf..a8a2746 100644
--- a/avahi-daemon/dbus-record-browser.c
+++ b/avahi-daemon/dbus-record-browser.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-service-browser.c b/avahi-daemon/dbus-service-browser.c
index 962dca0..2f987b4 100644
--- a/avahi-daemon/dbus-service-browser.c
+++ b/avahi-daemon/dbus-service-browser.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-service-type-browser.c b/avahi-daemon/dbus-service-type-browser.c
index 20afdbe..f464b8b 100644
--- a/avahi-daemon/dbus-service-type-browser.c
+++ b/avahi-daemon/dbus-service-type-browser.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-sync-address-resolver.c b/avahi-daemon/dbus-sync-address-resolver.c
index 9845420..12c7989 100644
--- a/avahi-daemon/dbus-sync-address-resolver.c
+++ b/avahi-daemon/dbus-sync-address-resolver.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-sync-host-name-resolver.c b/avahi-daemon/dbus-sync-host-name-resolver.c
index e511327..b7e6ef7 100644
--- a/avahi-daemon/dbus-sync-host-name-resolver.c
+++ b/avahi-daemon/dbus-sync-host-name-resolver.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-sync-service-resolver.c b/avahi-daemon/dbus-sync-service-resolver.c
index ed7276a..73fb515 100644
--- a/avahi-daemon/dbus-sync-service-resolver.c
+++ b/avahi-daemon/dbus-sync-service-resolver.c
@@ -23,7 +23,7 @@
#include <string.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/dbus.h>
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/dbus-util.c b/avahi-daemon/dbus-util.c
index 2983b29..994c5d3 100644
--- a/avahi-daemon/dbus-util.c
+++ b/avahi-daemon/dbus-util.c
@@ -31,7 +31,7 @@
#include <avahi-common/error.h>
#include <avahi-common/dbus.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-core/log.h>
#include <avahi-core/core.h>
diff --git a/avahi-daemon/ini-file-parser-test.c b/avahi-daemon/ini-file-parser-test.c
index 6ca6641..6c24fca 100644
--- a/avahi-daemon/ini-file-parser-test.c
+++ b/avahi-daemon/ini-file-parser-test.c
@@ -23,7 +23,7 @@
#include <stdio.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include "ini-file-parser.h"
diff --git a/avahi-daemon/ini-file-parser.c b/avahi-daemon/ini-file-parser.c
index 0a99ce3..17359ae 100644
--- a/avahi-daemon/ini-file-parser.c
+++ b/avahi-daemon/ini-file-parser.c
@@ -26,7 +26,7 @@
#include <errno.h>
#include <ctype.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-core/log.h>
#include "ini-file-parser.h"
diff --git a/avahi-daemon/main.c b/avahi-daemon/main.c
index a645648..dc30fda 100644
--- a/avahi-daemon/main.c
+++ b/avahi-daemon/main.c
@@ -55,7 +55,7 @@
#include <libdaemon/dlog.h>
#include <libdaemon/dpid.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/simple-watch.h>
#include <avahi-common/error.h>
#include <avahi-common/alternative.h>
diff --git a/avahi-daemon/setproctitle.c b/avahi-daemon/setproctitle.c
index e6f0941..c52a262 100644
--- a/avahi-daemon/setproctitle.c
+++ b/avahi-daemon/setproctitle.c
@@ -31,7 +31,7 @@
#include <sys/prctl.h>
#endif
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include "setproctitle.h"
diff --git a/avahi-daemon/simple-protocol.c b/avahi-daemon/simple-protocol.c
index 3e0ebb1..ac4ac92 100644
--- a/avahi-daemon/simple-protocol.c
+++ b/avahi-daemon/simple-protocol.c
@@ -33,7 +33,7 @@
#include <sys/stat.h>
#include <avahi-common/llist.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/error.h>
#include <avahi-core/log.h>
diff --git a/avahi-daemon/static-hosts.c b/avahi-daemon/static-hosts.c
index 34f531f..6e6def6 100644
--- a/avahi-daemon/static-hosts.c
+++ b/avahi-daemon/static-hosts.c
@@ -26,7 +26,7 @@
#include <stdio.h>
#include <avahi-common/llist.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/error.h>
#include <avahi-core/log.h>
#include <avahi-core/publish.h>
diff --git a/avahi-daemon/static-services.c b/avahi-daemon/static-services.c
index 4c3491f..058b52b 100644
--- a/avahi-daemon/static-services.c
+++ b/avahi-daemon/static-services.c
@@ -39,7 +39,7 @@
#endif /* USE_BSDXML_H */
#include <avahi-common/llist.h>
-#include <avahi-common/malloc.h>
+#include "avahi-common/avahi-malloc.h"
#include <avahi-common/alternative.h>
#include <avahi-common/error.h>
#include <avahi-common/domain.h>