sal/rtl/cipher.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 74a31f1b262f9770409ee68e04433adb7e3ab10c
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Mar 5 14:02:30 2024 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Mar 5 17:52:23 2024 +0100
Missing include (for free)
Change-Id: I2dbf6d8894368d93bbed8c2bdf09f978196c6aa5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164427
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <[email protected]>
diff --git a/sal/rtl/cipher.cxx b/sal/rtl/cipher.cxx
index 98b566da61a8..5d842c88f5f5 100644
--- a/sal/rtl/cipher.cxx
+++ b/sal/rtl/cipher.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <stdlib.h>
#include <string.h>
#include <sal/types.h>