Change include path and get rid of the warning.

This commit is contained in:
hofmockel 2014-08-22 20:08:30 +02:00
parent e3aa17dc3a
commit 8a0bd3a24e

View file

@ -9,7 +9,7 @@ from status cimport Status
from db cimport DB
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
cdef cppclass BackupableDBOptions: