diff options
Diffstat (limited to 'src/except.c')
-rw-r--r-- | src/except.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/except.c b/src/except.c index dabaf19..fc4c038 100644 --- a/src/except.c +++ b/src/except.c | |||
@@ -5,8 +5,9 @@ | |||
5 | * RCS ID: $Id$ | 5 | * RCS ID: $Id$ |
6 | \*=========================================================================*/ | 6 | \*=========================================================================*/ |
7 | #include <stdio.h> | 7 | #include <stdio.h> |
8 | #include <lua.h> | 8 | |
9 | #include <lauxlib.h> | 9 | #include "lua.h" |
10 | #include "lauxlib.h" | ||
10 | 11 | ||
11 | #include "except.h" | 12 | #include "except.h" |
12 | 13 | ||