summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2018-08-25 23:38:29 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2018-09-11 18:45:00 -0500
commit64e334f71bbb18a3583db621dd0756e7b1227184 (patch)
tree44bd3783ddd651300507251dab341d7705d56614 /lib
parent8a799feb3149ac87918a107f2a01581e3a9859af (diff)
downloadop-kernel-dev-64e334f71bbb18a3583db621dd0756e7b1227184.zip
op-kernel-dev-64e334f71bbb18a3583db621dd0756e7b1227184.tar.gz
xz_crc32.c: Fix FTBFS
Diffstat (limited to 'lib')
-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