linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue when
building the Intel QAT/QuickAssist driver. Approved by: hselasky, kib Differential Revision: https://reviews.freebsd.org/D28055
This commit is contained in:
parent
9ac59d42c0
commit
408c514f73
@ -32,6 +32,7 @@
|
||||
#ifndef _LINUX_RANDOM_H_
|
||||
#define _LINUX_RANDOM_H_
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <sys/random.h>
|
||||
#include <sys/libkern.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user