mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linuxkpi: Add linux/stddef.h
It simply include sys/stdef.h Obtained from: drm-kmod Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
0bf561351b
commit
7c7419f60c
1 changed files with 9 additions and 0 deletions
9
sys/compat/linuxkpi/common/include/linux/stddef.h
Normal file
9
sys/compat/linuxkpi/common/include/linux/stddef.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* Public domain */
|
||||
|
||||
#ifndef _LINUXKPI_LINUX_STDDEF_H_
|
||||
#define _LINUXKPI_LINUX_STDDEF_H_
|
||||
|
||||
#include <sys/stddef.h>
|
||||
|
||||
#endif /* _LINUXKPI_LINUX_STDDEF_H_ */
|
||||
|
||||
Loading…
Reference in a new issue