diff --git a/src/module_support.c b/src/module_support.c index 9d10db828a0f5d6e695a75f034e585d94c03a5a4..559f15f3af9d481ea6cb05e1ba135c6b4a8eaa9f 100644 --- a/src/module_support.c +++ b/src/module_support.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: module_support.c,v 1.61 2004/02/29 03:32:50 mast Exp $ +|| $Id: module_support.c,v 1.62 2004/03/05 23:30:47 nilsson Exp $ */ #include "global.h" @@ -15,10 +15,11 @@ #include "mapping.h" #include "object.h" #include "operators.h" +#include "bignum.h" #define sp Pike_sp -RCSID("$Id: module_support.c,v 1.61 2004/02/29 03:32:50 mast Exp $"); +RCSID("$Id: module_support.c,v 1.62 2004/03/05 23:30:47 nilsson Exp $"); /* Checks that args_to_check arguments are OK. * Returns 1 if everything worked ok, zero otherwise. diff --git a/src/modules/Mysql/mysql.c b/src/modules/Mysql/mysql.c index b18999d5efb2514fb199480095616face6e3920c..df32ae47e7f46c992bb19c45fca4edb24d4860b7 100644 --- a/src/modules/Mysql/mysql.c +++ b/src/modules/Mysql/mysql.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: mysql.c,v 1.79 2003/12/22 16:52:04 grubba Exp $ +|| $Id: mysql.c,v 1.80 2004/03/05 23:30:06 nilsson Exp $ */ /* @@ -76,6 +76,7 @@ #include "builtin_functions.h" #include "fd_control.h" #include "mapping.h" +#include "bignum.h" /* System includes */ #ifdef HAVE_STRING_H @@ -96,7 +97,7 @@ * Globals */ -RCSID("$Id: mysql.c,v 1.79 2003/12/22 16:52:04 grubba Exp $"); +RCSID("$Id: mysql.c,v 1.80 2004/03/05 23:30:06 nilsson Exp $"); /*! @module Mysql *! diff --git a/src/modules/Mysql/result.c b/src/modules/Mysql/result.c index fbf1138cf72d6553a70bddeafcfc954d70c2aff9..6338ba28a99901066577570527341b09ba5bb5ea 100644 --- a/src/modules/Mysql/result.c +++ b/src/modules/Mysql/result.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: result.c,v 1.30 2003/04/30 10:35:03 grubba Exp $ +|| $Id: result.c,v 1.31 2004/03/05 23:30:07 nilsson Exp $ */ /* @@ -62,6 +62,7 @@ #include "las.h" #include "threads.h" #include "multiset.h" +#include "bignum.h" /* Local includes */ #include "precompiled_mysql.h" @@ -89,7 +90,7 @@ * Globals */ -RCSID("$Id: result.c,v 1.30 2003/04/30 10:35:03 grubba Exp $"); +RCSID("$Id: result.c,v 1.31 2004/03/05 23:30:07 nilsson Exp $"); struct program *mysql_result_program = NULL; diff --git a/src/sscanf.c b/src/sscanf.c index 2b687639cf3d83dfcef1a7c25c49489af86d2b94..f982761383c6b1a0db1058c7df679c89e0caedf2 100644 --- a/src/sscanf.c +++ b/src/sscanf.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: sscanf.c,v 1.156 2003/12/12 13:22:40 grubba Exp $ +|| $Id: sscanf.c,v 1.157 2004/03/05 23:30:47 nilsson Exp $ */ #include "global.h" @@ -14,10 +14,11 @@ #include "builtin_functions.h" #include "module_support.h" #include "operators.h" +#include "bignum.h" #define sp Pike_sp -RCSID("$Id: sscanf.c,v 1.156 2003/12/12 13:22:40 grubba Exp $"); +RCSID("$Id: sscanf.c,v 1.157 2004/03/05 23:30:47 nilsson Exp $"); /* * helper functions for sscanf %O