diff options
Diffstat (limited to 'lapi.c')
-rw-r--r-- | lapi.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lapi.c,v 2.27 2005/02/18 12:40:02 roberto Exp roberto $ | 2 | ** $Id: lapi.c,v 2.28 2005/02/23 17:30:22 roberto Exp roberto $ |
3 | ** Lua API | 3 | ** Lua API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #include <assert.h> | 8 | #include <assert.h> |
9 | #include <math.h> | ||
9 | #include <stdarg.h> | 10 | #include <stdarg.h> |
10 | #include <string.h> | 11 | #include <string.h> |
11 | 12 | ||