mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Initial work on porting lsmtest to Win32.
FossilOrigin-Name: 7e669d9bfab237ff7ece821cf95cfd3bb753b1882b9a86044b7d4579808aecf4
This commit is contained in:
@ -6,10 +6,14 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
#ifndef _WIN32
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#ifndef _WIN32
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
||||
typedef struct LsmDb LsmDb;
|
||||
typedef struct LsmWorker LsmWorker;
|
||||
|
Reference in New Issue
Block a user