mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 11:32:34 -05:00
Move mdns stuff out of mdns subdir to help compile on older automakes
This commit is contained in:
parent
2d397683da
commit
a8a540c7fe
@ -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 <assert.h>
|
||||
#include <stdio.h> // For printf()
|
||||
|
Loading…
x
Reference in New Issue
Block a user