From b27aa7db552a3b027b5a708e20c014de7ca83e20 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Mon, 31 Dec 2018 14:40:58 -0800 Subject: [PATCH] Fix crash driver to use linux/uaccess.h --- crash-driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +