Skip to content

Commit

Permalink
Establish framework for sqlite promises
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Burgess authored and Edward Welbourne committed Aug 8, 2014
1 parent 1884c9a commit e3954ce
Show file tree
Hide file tree
Showing 4 changed files with 629 additions and 591 deletions.
4 changes: 4 additions & 0 deletions cf-agent/cf_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
# include <mysql/mysql.h>
#endif

#ifdef HAVE_SQLITE3_H
# include <sqlite3.h>
#endif

#ifdef HAVE_PGSQL_LIBPQ_FE_H
# include <pgsql/libpq-fe.h>
#elif defined(HAVE_LIBPQ_FE_H)
Expand Down
Loading

0 comments on commit e3954ce

Please sign in to comment.