1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Merge recent changes to trunk into sessions branch.

FossilOrigin-Name: 62adb0e0d70e619becb68ffd2625d979bcc777cd
This commit is contained in:
dan
2013-03-12 11:38:59 +00:00
15 changed files with 122 additions and 60 deletions

View File

@@ -66,6 +66,10 @@
# define _GNU_SOURCE
#endif
#if defined(__OpenBSD__) && !defined(_BSD_SOURCE)
# define _BSD_SOURCE
#endif
/*
** Include standard header files as necessary
*/