Skip to content

Commit 7a3f7e6

Browse files
committed
wip
1 parent d73c7e5 commit 7a3f7e6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#ifndef StructuredQueriesSQLite3
2+
#define StructuredQueriesSQLite3
3+
#include <sqlite3.h>
4+
#endif
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module StructuredQueriesSQLite3 [system] {
22
link "sqlite3"
3+
header "StructuredQueriesSQLite3.h"
34
export *
45
}

0 commit comments

Comments
 (0)