diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-18 13:52:19 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-18 13:52:56 +0100 |
commit | 5f189199021929a50be244498cca05bc3dcf0816 (patch) | |
tree | 32c0a5e278dec443c9d5240d579acbec586d7c93 /sd/source | |
parent | ccd519c582cc897b9276b5d04801688c253c1e94 (diff) |
DiscoveryService: include errno.h
Change-Id: I8bf8ce8324e6ebe89dca1c58f02d973b8998ff2a
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/DiscoveryService.cxx | 4 |
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" |