Skip to content
Snippets Groups Projects
Commit 95d54884 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added some #includes

Rev: lib/include/sql.pre.pike:1.6
parent 6c626f3b
Branches
Tags
No related merge requests found
/* /*
* $Id: sql.pre.pike,v 1.5 1997/01/14 17:08:24 grubba Exp $ * $Id: sql.pre.pike,v 1.6 1997/01/15 19:58:44 grubba Exp $
* *
* Implements the generic parts of the SQL-interface * Implements the generic parts of the SQL-interface
* *
* Henrik Grubbström 1996-01-09 * Henrik Grubbström 1996-01-09
*/ */
/* Needed for regexp() */
#include <simulate.h>
/* Needed for map() */
#include <array.h>
#define throw_error(X) throw(({ (X), backtrace() })) #define throw_error(X) throw(({ (X), backtrace() }))
class sql_result { class sql_result {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment