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:
parent
92df7db85a
commit
31c69056ef
1 changed files with 2 additions and 0 deletions
|
@ -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[])
|
||||
|
|
Loading…
Reference in a new issue