diff options
author | mattn <mattn.jp@gmail.com> | 2014-12-19 09:50:16 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-12-19 09:50:16 +0900 |
commit | 6dcf015b8225b27201295523ea7035d35a948a6a (patch) | |
tree | 3127dc11edc1cb39e7975c6fca57a45caf1aaa27 /sqlite3.go | |
parent | Merge pull request #161 from neilconway/master (diff) | |
parent | set CFLAGS: -std=gnu99 (diff) | |
download | golite-6dcf015b8225b27201295523ea7035d35a948a6a.tar.gz golite-6dcf015b8225b27201295523ea7035d35a948a6a.tar.xz |
Merge pull request #164 from nshalman/c99
set CFLAGS: -std=gnu99 (fixes SmartOS)
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ package sqlite3 /* +#cgo CFLAGS: -std=gnu99 #include <sqlite3.h> #include <stdlib.h> #include <string.h> |