diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-03-05 14:02:30 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-03-05 17:52:23 +0100 |
commit | 74a31f1b262f9770409ee68e04433adb7e3ab10c (patch) | |
tree | 9149217ba83e98a994f0a1b954d94b1a2deba6d9 /sal/rtl | |
parent | a082762fb3f41237df6385ab27f7a75d6ff92690 (diff) |
Missing include (for free)
Change-Id: I2dbf6d8894368d93bbed8c2bdf09f978196c6aa5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164427
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/cipher.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |