From d8fcf547a8c853ad6b2f92d2671a0389aa65b556 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 12 Jan 2006 16:28:22 +0000 Subject: make stuff work with mono older than 1.1.13 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1073 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-sharp/Client.cs | 2 ++ avahi-sharp/Utility.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/avahi-sharp/Client.cs b/avahi-sharp/Client.cs index be9deff..8ec6616 100644 --- a/avahi-sharp/Client.cs +++ b/avahi-sharp/Client.cs @@ -27,6 +27,8 @@ using System.Runtime.InteropServices; using Mono.Unix; using Mono.Unix.Native; +using Stdlib = Mono.Unix.Native.Stdlib; + namespace Avahi { internal enum ResolverEvent { diff --git a/avahi-sharp/Utility.cs b/avahi-sharp/Utility.cs index e088e24..9081b01 100644 --- a/avahi-sharp/Utility.cs +++ b/avahi-sharp/Utility.cs @@ -26,6 +26,8 @@ using System.Runtime.InteropServices; using Mono.Unix; using Mono.Unix.Native; +using Stdlib = Mono.Unix.Native.Stdlib; + namespace Avahi { internal class Utility -- cgit