diff -Nru platform-1.0.6/CMakeLists.txt platform-1.0.7/CMakeLists.txt --- platform-1.0.6/CMakeLists.txt 2015-05-07 19:24:07.000000000 +0000 +++ platform-1.0.7/CMakeLists.txt 2015-05-08 20:16:31.000000000 +0000 @@ -13,7 +13,7 @@ set(platform_DESCRIPTION "Platform support library") set(platform_VERSION_MAJOR 1) set(platform_VERSION_MINOR 0) -set(platform_VERSION_PATCH 6) +set(platform_VERSION_PATCH 7) set(CMAKE_POSITION_INDEPENDENT_CODE on) diff -Nru platform-1.0.6/debian/changelog platform-1.0.7/debian/changelog --- platform-1.0.6/debian/changelog 2015-05-07 19:25:23.000000000 +0000 +++ platform-1.0.7/debian/changelog 2015-05-08 20:17:03.000000000 +0000 @@ -1,3 +1,9 @@ +platform (1.0.7-1~utopic) utopic; urgency=medium + + * fixed: include on OS X + + -- Pulse-Eight Packaging Fri, 08 May 2015 22:15:23 +0100 + platform (1.0.6-1~utopic) utopic; urgency=medium * fixed: add include path and link the threads lib diff -Nru platform-1.0.6/debian/changelog.in platform-1.0.7/debian/changelog.in --- platform-1.0.6/debian/changelog.in 2015-05-07 19:24:07.000000000 +0000 +++ platform-1.0.7/debian/changelog.in 2015-05-08 20:16:31.000000000 +0000 @@ -1,3 +1,9 @@ +platform (1.0.7-1~#DIST#) #DIST#; urgency=medium + + * fixed: include on OS X + + -- Pulse-Eight Packaging Fri, 08 May 2015 22:15:23 +0100 + platform (1.0.6-1~#DIST#) #DIST#; urgency=medium * fixed: add include path and link the threads lib diff -Nru platform-1.0.6/src/posix/os-types.h platform-1.0.7/src/posix/os-types.h --- platform-1.0.6/src/posix/os-types.h 2015-05-07 19:24:07.000000000 +0000 +++ platform-1.0.7/src/posix/os-types.h 2015-05-08 20:16:31.000000000 +0000 @@ -50,7 +50,7 @@ #include #if defined(__APPLE__) // for HRESULT -#include +#include #endif #define LIBTYPE