diff options
Diffstat (limited to '')
| -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.124 2015/01/05 13:51:39 roberto Exp roberto $ | 2 | ** $Id: loadlib.c,v 1.125 2015/01/13 13:18:04 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 | ** |
| @@ -14,6 +14,7 @@ | |||
| 14 | #include "lprefix.h" | 14 | #include "lprefix.h" |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | #include <stdio.h> | ||
| 17 | #include <stdlib.h> | 18 | #include <stdlib.h> |
| 18 | #include <string.h> | 19 | #include <string.h> |
| 19 | 20 | ||
