From c597df93a1dfcf9ce4b27b38381085e4fb6ce3cd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 25 Mar 2019 04:18:40 +0000 Subject: [PATCH] scst/include/backport.h: Make it possible to include this header file first git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8069 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/backport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/backport.h b/scst/include/backport.h index 2e8603c03..a4d0a8d87 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -20,6 +20,7 @@ * GNU General Public License for more details. */ +#include #include #include /* struct request_queue */ #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 21, 0) @@ -34,7 +35,6 @@ #include /* kmalloc() */ #include /* sizeof_field() */ #include -#include #include #include /* sync_page_range() */ #include