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:17:25 UTC

[openoffice] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


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

commit 0209bcbeb0a14fd56c268e81c1ef27cd07451669
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>