Change include path and get rid of the warning.
This commit is contained in:
parent
e3aa17dc3a
commit
8a0bd3a24e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from status cimport Status
|
||||||
from db cimport DB
|
from db cimport DB
|
||||||
from env cimport Env
|
from env cimport Env
|
||||||
|
|
||||||
cdef extern from "utilities/backupable_db.h" namespace "rocksdb":
|
cdef extern from "rocksdb/utilities/backupable_db.h" namespace "rocksdb":
|
||||||
ctypedef uint32_t BackupID
|
ctypedef uint32_t BackupID
|
||||||
|
|
||||||
cdef cppclass BackupableDBOptions:
|
cdef cppclass BackupableDBOptions:
|
||||||
|
|
Loading…
Reference in a new issue