f69cefdb7ecad5ade11ee300c562169be998a268
[AGL/meta-agl-demo.git] / recipes-core / dbus / libdbus-c++-0.9.0 / 0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch
1 From 465d98dbcdcb72375c198010a50b80b953e7d5a6 Mon Sep 17 00:00:00 2001
2 From: Yuri <yuri@tsoft.com>
3 Date: Sat, 28 May 2016 13:20:10 -0700
4 Subject: [PATCH] Fixed undefined ssize_t for clang-3.8.0 on FreeBSD.
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 ---
10 Upstream-Status: Backport [https://github.com/andreas-volz/dbus-cplusplus/commit/463f5a4400d494b831c3b3348c0a21f0faf14f39]
11 Signed-off-by: AndrĂ© Draszik <adraszik@tycoint.com>
12  include/dbus-c++/pipe.h | 2 ++
13  1 file changed, 2 insertions(+)
14
15 diff --git a/include/dbus-c++/pipe.h b/include/dbus-c++/pipe.h
16 index 999f042..682646c 100644
17 --- a/include/dbus-c++/pipe.h
18 +++ b/include/dbus-c++/pipe.h
19 @@ -30,6 +30,8 @@
20  /* STD */
21  #include <cstdlib>
22  
23 +#include <sys/types.h>
24 +
25  namespace DBus
26  {
27  
28 -- 
29 2.10.2
30