mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
It simply include sys/stdef.h Obtained from: drm-kmod Sponsored by: Beckhoff Automation GmbH & Co. KG
9 lines
155 B
C
9 lines
155 B
C
/* Public domain */
|
|
|
|
#ifndef _LINUXKPI_LINUX_STDDEF_H_
|
|
#define _LINUXKPI_LINUX_STDDEF_H_
|
|
|
|
#include <sys/stddef.h>
|
|
|
|
#endif /* _LINUXKPI_LINUX_STDDEF_H_ */
|
|
|