KDE4Filedialog check should include cstdlib

Otherwise this would needlessly fail on some compilers.

Change-Id: I4e46e9e452de0703b6556cd55e4606b02be5c41c
Reviewed-on: https://gerrit.libreoffice.org/18585
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
Tomáš Chvátal 2015-09-15 11:43:45 +02:00 committed by Michael Stahl
parent 92df7db85a
commit 31c69056ef

View file

@ -11228,6 +11228,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[])
@ -11261,6 +11262,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[])