浏览代码

fixup: fix include file path

Thomas Waldmann 4 年之前
父节点
当前提交
f0fa5accf6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/algorithms/checksums.pyx

+ 1 - 1
src/borg/algorithms/checksums.pyx

@@ -14,7 +14,7 @@ cdef extern from "crc32_dispatch.c":
     int _have_clmul "have_clmul"()
 
 
-cdef extern from "algorithms/xxhash-libselect.h":
+cdef extern from "../algorithms/xxhash-libselect.h":
     ctypedef struct XXH64_canonical_t:
         char digest[8]