Explorar o código

fixup: fix include file path

Thomas Waldmann %!s(int64=4) %!d(string=hai) anos
pai
achega
f0fa5accf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]