tags 474848 + patch thanks Hi!
Please find attached a patch to fix this bug by adding the missing imclude. HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
--- showimg-0.9.5/showimg/kexi/kexidb/parser/sqlparser.y 2006-01-07 14:17:45.000000000 +0530 +++ showimg-0.9.5/showimg/kexi/kexidb/parser/sqlparser.y 2008-04-27 21:21:19.000000000 +0530 @@ -440,6 +440,8 @@ #include <iostream> #include <assert.h> #include <limits.h> +#include <alloca.h> +#include <cstdlib> //TODO OK? #ifdef Q_WS_WIN //workaround for bug on msvc
signature.asc
Description: Digital signature

