Fix build

This commit is contained in:
jmcneill 2015-12-13 17:06:14 +00:00
parent 6233fbe71e
commit bce6466671
1 changed files with 5 additions and 0 deletions

View File

@ -52,9 +52,14 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(_KERNEL)
#include <sys/param.h>
#include <sys/types.h>
#else
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#endif
#ifdef __CHECKER__
#define __force __attribute__((force))