Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys lua(4): included <sys/param.h> into sys/lua.h



details:   https://anonhg.NetBSD.org/src/rev/ab27c5c3ee79
branches:  trunk
changeset: 334667:ab27c5c3ee79
user:      lneto <lneto%NetBSD.org@localhost>
date:      Sun Nov 30 19:12:59 2014 +0000

description:
lua(4): included <sys/param.h> into sys/lua.h

diffstat:

 sys/sys/lua.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 96afe2ea074f -r ab27c5c3ee79 sys/sys/lua.h
--- a/sys/sys/lua.h     Sun Nov 30 19:00:46 2014 +0000
+++ b/sys/sys/lua.h     Sun Nov 30 19:12:59 2014 +0000
@@ -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@localhost>.
@@ -32,6 +32,8 @@
 #ifndef _SYS_LUA_H_
 #define _SYS_LUA_H_
 
+#include <sys/param.h>
+
 #include <lua.h>               /* for lua_State */
 
 #ifdef _KERNEL



Home | Main Index | Thread Index | Old Index