[Libreoffice-commits] .: sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 18 04:54:41 PST 2012
sd/source/ui/remotecontrol/DiscoveryService.cxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 5f189199021929a50be244498cca05bc3dcf0816
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Dec 18 13:52:19 2012 +0100
DiscoveryService: include errno.h
Change-Id: I8bf8ce8324e6ebe89dca1c58f02d973b8998ff2a
diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx
index 6b46aa0..89127f9 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"
More information about the Libreoffice-commits
mailing list