summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"