1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

DBD::SQLite: include dbivport.h as suggested in DBI::DBD

This commit is contained in:
Kenichi Ishigaki 2009-10-19 14:37:27 +00:00
parent fa1267bb7a
commit f0f6ae9de4

View file

@ -15,6 +15,7 @@
#define NEED_DBIXS_VERSION 93 #define NEED_DBIXS_VERSION 93
#include <DBIXS.h> #include <DBIXS.h>
#include "dbdimp.h" #include "dbdimp.h"
#include "dbivport.h"
#include <dbd_xsh.h> #include <dbd_xsh.h>
#include "sqlite3.h" #include "sqlite3.h"