Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys include sys/condvar.h
details: https://anonhg.NetBSD.org/src/rev/1f492d343af3
branches: trunk
changeset: 790990:1f492d343af3
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Tue Oct 29 17:35:40 2013 +0000
description:
include sys/condvar.h
diffstat:
sys/sys/lua.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 6ed831570a60 -r 1f492d343af3 sys/sys/lua.h
--- a/sys/sys/lua.h Tue Oct 29 17:35:04 2013 +0000
+++ b/sys/sys/lua.h Tue Oct 29 17:35:40 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lua.h,v 1.2 2013/10/26 20:07:14 mbalmer Exp $ */
+/* $NetBSD: lua.h,v 1.3 2013/10/29 17:35:40 mbalmer Exp $ */
/*
* Copyright (c) 2011, 2013 Marc Balmer <mbalmer%NetBSD.org@localhost>.
@@ -33,6 +33,10 @@
#include <lua.h> /* for lua_State */
+#ifdef _KERNEL
+#include <sys/condvar.h>
+#endif
+
#define MAX_LUA_NAME 16
#define MAX_LUA_DESC 64
#define LUA_MAX_MODNAME 32
Home |
Main Index |
Thread Index |
Old Index