mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: added several #include's and #define's to headers
This commit is contained in:
parent
a568b27dbf
commit
5dfbf6f15f
1 changed files with 7 additions and 1 deletions
|
@ -5,12 +5,18 @@
|
|||
/************************************************************************
|
||||
DBI Specific Stuff - Added by Matt Sergeant
|
||||
************************************************************************/
|
||||
#define PERL_POLLUTE
|
||||
#define PERL_NO_GET_CONTEXT
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#include <XSUB.h>
|
||||
#include "ppport.h"
|
||||
|
||||
#define NEED_DBIXS_VERSION 93
|
||||
#include <DBIXS.h>
|
||||
#include "dbdimp.h"
|
||||
#include <dbd_xsh.h>
|
||||
|
||||
#include "sqlite3.h"
|
||||
#include "ppport.h"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue