mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make header file standalone by including definitions for needed
linux_wait_xxx() functions. Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
94a201be43
commit
0f8f7f554b
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
#define _LINUX_COMPLETION_H_
|
||||
|
||||
#include <linux/errno.h>
|
||||
#include <linux/wait.h>
|
||||
|
||||
struct completion {
|
||||
unsigned int done;
|
||||
|
|
|
|||
Loading…
Reference in a new issue