diff options
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/common/common.h b/src/liblzma/common/common.h index ca9c2f23..5dd7a87f 100644 --- a/src/liblzma/common/common.h +++ b/src/liblzma/common/common.h @@ -20,7 +20,7 @@ #ifndef LZMA_COMMON_H #define LZMA_COMMON_H -#include "sysdefs.h" +#include "../../common/sysdefs.h" // Don't use ifdef... #if HAVE_VISIBILITY |