lua(4): included <sys/param.h> into sys/lua.h
This commit is contained in:
parent
789f0f4f81
commit
a42b9d5a75
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: lua.h,v 1.6 2014/07/19 17:20:02 lneto Exp $ */
|
||||
/* $NetBSD: lua.h,v 1.7 2014/11/30 19:12:59 lneto Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2014 by Lourival Vieira Neto <lneto@NetBSD.org>.
|
||||
|
@ -32,6 +32,8 @@
|
|||
#ifndef _SYS_LUA_H_
|
||||
#define _SYS_LUA_H_
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <lua.h> /* for lua_State */
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
|
Loading…
Reference in New Issue