1
0
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:
drh
2005-11-24 22:33:05 +00:00
parent fa3b19ef3d
commit 22465ced29
3 changed files with 8 additions and 8 deletions

View File

@@ -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