~vibhavp/ubuntu/raring/spl/merge-from-debian

« back to all changes in this revision

Viewing changes to spl_modules/mod_sql_sqlite.c

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2010-07-02 01:21:57 UTC
  • mfrom: (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100702012157-wm6ie067a1kisj6d
Tags: 1.0~pre6-2
Brown paper bag release. Really change Build-Depends from libreadline5-dev
to libreadline-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * driver name to [[sql:sql_connect()]];
27
27
 */
28
28
 
29
 
#define _GNU_SOURCE
30
 
 
31
29
#include <sqlite3.h>
32
30
#include <stdlib.h>
33
31
#include <unistd.h>