aboutsummaryrefslogtreecommitdiff
path: root/src/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/except.h')
-rw-r--r--src/except.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/except.h b/src/except.h
index 2c57b27..03e417d 100644
--- a/src/except.h
+++ b/src/except.h
@@ -28,7 +28,7 @@
28* RCS ID: $Id$ 28* RCS ID: $Id$
29\*=========================================================================*/ 29\*=========================================================================*/
30 30
31#include <lua.h> 31#include "lua.h"
32 32
33int except_open(lua_State *L); 33int except_open(lua_State *L);
34 34