From 5f189199021929a50be244498cca05bc3dcf0816 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 18 Dec 2012 13:52:19 +0100 Subject: DiscoveryService: include errno.h Change-Id: I8bf8ce8324e6ebe89dca1c58f02d973b8998ff2a --- sd/source/ui/remotecontrol/DiscoveryService.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sd/source') diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx index 6b46aa0ec580..89127f92dea5 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.cxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.cxx @@ -6,13 +6,15 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#include #include +#include #include #include #include #include -#include #include "DiscoveryService.hxx" -- cgit