mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-15 14:14:20 +01:00
Merge pull request #29 from penberg/stdint
Add stdint.h include to mvcc.h
This commit is contained in:
@@ -4,3 +4,4 @@ include_guard = "MVCC_H"
|
||||
line_length = 120
|
||||
no_includes = true
|
||||
style = "type"
|
||||
sys_includes = ["stdint.h"]
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef MVCC_H
|
||||
#define MVCC_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef enum {
|
||||
MVCC_OK = 0,
|
||||
MVCC_IO_ERROR_WRITE = 778,
|
||||
|
||||
Reference in New Issue
Block a user