summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-18 13:52:19 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-18 13:52:56 +0100
commit5f189199021929a50be244498cca05bc3dcf0816 (patch)
tree32c0a5e278dec443c9d5240d579acbec586d7c93 /sd
parentThe Impress remote control makes sense only on desktop OSes (diff)
downloadcore-5f189199021929a50be244498cca05bc3dcf0816.tar.gz
core-5f189199021929a50be244498cca05bc3dcf0816.zip
DiscoveryService: include errno.h
Change-Id: I8bf8ce8324e6ebe89dca1c58f02d973b8998ff2a
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/DiscoveryService.cxx4
1 files changed, 3 insertions, 1 deletions
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 <errno.h>
#include <stdlib.h>
+#include <string.h>
#include <algorithm>
#include <vector>
#include <comphelper/processfactory.hxx>
#include <rtl/strbuf.hxx>
-#include <string.h>
#include "DiscoveryService.hxx"