From f790973375e77a36e25afccd31247e0450293bf6 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 9 May 2016 21:26:12 +0200 Subject: [PATCH] pid_t is defined in sys/types.h Summary: To use pid_t one should include sys/types.h -- else the build fails on FreeBSD. Reviewers: graesslin Reviewed By: graesslin Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1579 --- src/wayland/clientconnection.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wayland/clientconnection.h b/src/wayland/clientconnection.h index 151b0303f7..08f2321541 100644 --- a/src/wayland/clientconnection.h +++ b/src/wayland/clientconnection.h @@ -20,6 +20,8 @@ License along with this library. If not, see . #ifndef KWAYLAND_SERVER_CLIENTCONNECTION_H #define KWAYLAND_SERVER_CLIENTCONNECTION_H +#include + #include #include