mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
umtxvar.h: Add missing include
Necessary to have the definition of 'struct timespec'. No functional change. Approved by: markj (mentor) MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6a3c02bc52
commit
bcaa0b4c2b
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
|
||||
#ifdef _KERNEL
|
||||
|
||||
#include <sys/_timespec.h>
|
||||
|
||||
/*
|
||||
* The umtx_key structure is used by both the Linux futex code and the
|
||||
* umtx implementation to map userland addresses to unique keys.
|
||||
|
|
|
|||
Loading…
Reference in a new issue