diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-11 16:33:27 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-11 16:33:27 +0200 |
| commit | 4724b49abe3aef73ea57ce0658942032b168ff6e (patch) | |
| tree | a67fb0067a8241e1568857cb8eb3bd85c856f6ca | |
| parent | 6c11d2448406fce1a6714767e7e3ceef30d96e9a (diff) | |
IMP: Add xstore.c source file for the XStore DBMS.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
| -rw-r--r-- | sdk/private/xstore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdk/private/xstore.c b/sdk/private/xstore.c index a09ef3d..4db7abd 100644 --- a/sdk/private/xstore.c +++ b/sdk/private/xstore.c @@ -6,3 +6,5 @@ // Purpose: ZKA OS STORE SDK. // // + +#include <sdk/xstore.h> |
