From 0b14c0fbef7a6d3420e8da6ae44488b23de4c4fb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Jan 2018 15:34:41 +0100 Subject: Remove stdlib.h from sal/config.h This reverts 5da3337c007e0572028283d70bad43e9a29d45c1 "readded include stdlib.h, because of missing NULL definition in many headers, #100000, #101685", which is no longer relevant. Change-Id: I544ed9a7afbf7b611bc481b8d50acca3193d93de Reviewed-on: https://gerrit.libreoffice.org/48131 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann --- jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c | 4 ++++ jurt/source/pipe/wrapper/wrapper.c | 1 + 2 files changed, 5 insertions(+) (limited to 'jurt') diff --git a/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c b/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c index ba775da069d0..5259bbcd5474 100644 --- a/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c +++ b/jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c @@ -17,6 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include + #include #include #include diff --git a/jurt/source/pipe/wrapper/wrapper.c b/jurt/source/pipe/wrapper/wrapper.c index aefaa3719183..28d16690b54e 100644 --- a/jurt/source/pipe/wrapper/wrapper.c +++ b/jurt/source/pipe/wrapper/wrapper.c @@ -20,6 +20,7 @@ #include #include +#include #define WIN32_LEAN_AND_MEAN #include -- cgit