summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2019-11-26 18:45:38 +0530
committerJan Holesovsky <kendy@collabora.com>2020-04-29 14:27:54 +0200
commit8b349716eb58c1024f21627f78f8e66657e24bf2 (patch)
tree2c21449a127e7f7350363aec70e98c3ecbe2505f /net
parent6b42ddb473a20169812092a35b8a0ac6b01737c3 (diff)
killpoco: removed Poco::Process completely
Change-Id: Iba67abf9342c11517c69c1d94903bf4752aa87d6 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/83770 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'net')
-rw-r--r--net/Ssl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Ssl.cpp b/net/Ssl.cpp
index 428239280..5dc8ba874 100644
--- a/net/Ssl.cpp
+++ b/net/Ssl.cpp
@@ -10,10 +10,10 @@
#include <config.h>
#include <assert.h>
+#include <unistd.h>
#include "Ssl.hpp"
#include <sys/syscall.h>
-
#include <Util.hpp>
extern "C"