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

Should now compile even if you don't have odbc.

Rev: src/modules/Odbc/odbc.c:1.2
parent 5bc8ee95
No related branches found
No related tags found
No related merge requests found
/*
* $Id: odbc.c,v 1.1 1997/03/10 19:01:52 grubba Exp $
* $Id: odbc.c,v 1.2 1997/03/22 14:08:51 grubba Exp $
*
* Pike interface to ODBC compliant databases.
*
......@@ -15,7 +15,7 @@
#endif /* HAVE_CONFIG_H */
#include "global.h"
RCSID("$Id: odbc.c,v 1.1 1997/03/10 19:01:52 grubba Exp $");
RCSID("$Id: odbc.c,v 1.2 1997/03/22 14:08:51 grubba Exp $");
#include "interpret.h"
#include "object.h"
......@@ -27,6 +27,8 @@ RCSID("$Id: odbc.c,v 1.1 1997/03/10 19:01:52 grubba Exp $");
#include "multiset.h"
#include "program.h"
#ifdef HAVE_ODBC
#include "precompiled_odbc.h"
/*
......@@ -275,6 +277,7 @@ static void f_reload(INT32 args)
}
#endif /* HAVE_ODBC */
/*
* Module linkage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment