1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-30 07:05:46 +03:00

Add <stddef.h> to sqliteInt.h. (CVS 2262)

FossilOrigin-Name: fede252d19cce6a88f6baff3362b057ab3b8af4b
This commit is contained in:
drh
2005-01-21 21:31:40 +00:00
parent 1ba1e6e0b9
commit 52370e2c95
3 changed files with 9 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.361 2005/01/21 21:22:52 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.362 2005/01/21 21:31:41 drh Exp $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
@@ -55,6 +55,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <stddef.h>
/*
** The maximum number of in-memory pages to use for the main database