Kaydet (Commit) fa406fbb authored tarafından Tomáš Chvátal's avatar Tomáš Chvátal Kaydeden (comit) Andras Timar

KDE4Filedialog check should include cstdlib

Otherwise this would needlessly fail on some compilers.

Change-Id: I4e46e9e452de0703b6556cd55e4606b02be5c41c
Reviewed-on: https://gerrit.libreoffice.org/18584Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 7799e475
......@@ -11318,6 +11318,7 @@ int main(int argc, char **argv) {
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#define SAL_OVERRIDE
#include <cstdlib>
#include "tst_exclude_socket_notifiers.moc"
int main(int argc, char *argv[])
......@@ -11351,6 +11352,7 @@ int main(int argc, char *argv[])
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#define SAL_OVERRIDE
#include <cstdlib>
#include "tst_exclude_posted_events.moc"
int main(int argc, char *argv[])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment