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 --- sal/osl/unx/salinit.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal/osl/unx/salinit.cxx') diff --git a/sal/osl/unx/salinit.cxx b/sal/osl/unx/salinit.cxx index 5e95c2bab532..bfec16a96677 100644 --- a/sal/osl/unx/salinit.cxx +++ b/sal/osl/unx/salinit.cxx @@ -37,6 +37,7 @@ #include #if HAVE_SYSLOG_H +#include #include #include #endif -- cgit