You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by tr...@apache.org on 2019/11/05 18:35:36 UTC

[openoffice] branch AOO42X updated: Include to get the declaration for exit().

This is an automated email from the ASF dual-hosted git repository.

truckman pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new fb0025d  Include <cstdlib> to get the declaration for exit().
fb0025d is described below

commit fb0025db1848419feee0c65982ba7c37a6b5c6e8
Author: Don Lewis <tr...@apache.org>
AuthorDate: Tue Nov 5 10:24:04 2019 -0800

    Include <cstdlib> to get the declaration for exit().
---
 main/l10ntools/source/inireader.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/l10ntools/source/inireader.cxx b/main/l10ntools/source/inireader.cxx
index f6a4241..612c51b 100644
--- a/main/l10ntools/source/inireader.cxx
+++ b/main/l10ntools/source/inireader.cxx
@@ -21,6 +21,7 @@
 
 #include <unicode/regex.h>
 #include <unicode/unistr.h>
+#include <cstdlib>
 #include <string>
 #include <fstream>
 #include <iostream>