diff options
| -rw-r--r-- | loadlib.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: loadlib.c,v 1.9 2004/11/11 15:42:57 roberto Exp roberto $ | 2 | ** $Id: loadlib.c,v 1.10 2004/11/18 19:53:49 roberto Exp roberto $ |
| 3 | ** Dynamic library loader for Lua | 3 | ** Dynamic library loader for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | * | 5 | * |
| @@ -26,6 +26,7 @@ | |||
| 26 | */ | 26 | */ |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | #include <stdlib.h> | ||
| 29 | #include <string.h> | 30 | #include <string.h> |
| 30 | 31 | ||
| 31 | 32 | ||
