mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Make sure sqliteInt.h is included before any system includes.
This is required for QNX. Ticket #1478. (CVS 2777) FossilOrigin-Name: ab76453553bea7c2371b35e7643a98967bb04582
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
** These routines are in a separate files so that they will not be linked
|
||||
** if they are not used.
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "sqliteInt.h"
|
||||
|
||||
#ifndef SQLITE_OMIT_GET_TABLE
|
||||
|
||||
|
Reference in New Issue
Block a user