From c7b5f90aee1f3259fdfd31daa6874050649f9f6b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 13 Feb 2019 06:39:03 -0600 Subject: Fix crash driver to use linux/uaccess.h --- crash-driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crash-driver.patch') diff --git a/crash-driver.patch b/crash-driver.patch index 211d67fda..164dc90f5 100644 --- a/crash-driver.patch +++ b/crash-driver.patch @@ -326,7 +326,7 @@ index 0000000..085378a +#include +#include +#include -+#include ++#include +#include +#include + -- cgit