diff --git a/borg/platform_linux.pyx b/borg/platform_linux.pyx index a1c549338..2d958e281 100644 --- a/borg/platform_linux.pyx +++ b/borg/platform_linux.pyx @@ -47,7 +47,7 @@ cdef extern from "linux/fs.h": int FS_APPEND_FL int FS_COMPR_FL -cdef extern from "stropts.h": +cdef extern from "sys/ioctl.h": int ioctl(int fildes, int request, ...) cdef extern from "string.h":