summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/xz/xz_crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xz/xz_crc32.c b/lib/xz/xz_crc32.c
index 25a5d87..7cc6cd8 100644
--- a/lib/xz/xz_crc32.c
+++ b/lib/xz/xz_crc32.c
@@ -15,7 +15,7 @@
* but they are bigger and use more memory for the lookup table.
*/
-#include <linux/crc32poly.h>
+#include <../../../include/linux/crc32poly.h>
#include "xz_private.h"
/*
OpenPOWER on IntegriCloud