From a8a540c7fecc77cfd035e3503f792c625f1e722b Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Mon, 29 Mar 2004 19:44:58 +0000 Subject: [PATCH] Move mdns stuff out of mdns subdir to help compile on older automakes --- src/rend-posix.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/rend-posix.c b/src/rend-posix.c index e5f6fddd..864a5673 100644 --- a/src/rend-posix.c +++ b/src/rend-posix.c @@ -89,6 +89,9 @@ Change History (most recent first): $Log$ + Revision 1.17 2004/03/29 19:44:58 rpedde + Move mdns stuff out of mdns subdir to help compile on older automakes + Revision 1.16 2004/03/08 19:21:03 rpedde start of background scanning @@ -151,8 +154,8 @@ */ -#include "mdns/mDNSClientAPI.h"// Defines the interface to the client layer above -#include "mdns/mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform +#include "mDNSClientAPI.h"// Defines the interface to the client layer above +#include "mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform #include #include // For printf()