diff options
Diffstat (limited to 'loslib.c')
-rw-r--r-- | loslib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: loslib.c,v 1.65 2016/07/18 17:58:58 roberto Exp roberto $ | 2 | ** $Id: loslib.c $ |
3 | ** Standard Operating System library | 3 | ** Standard Operating System library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -10,7 +10,6 @@ | |||
10 | #include "lprefix.h" | 10 | #include "lprefix.h" |
11 | 11 | ||
12 | 12 | ||
13 | #include <errno.h> | ||
14 | #include <locale.h> | 13 | #include <locale.h> |
15 | #include <stdlib.h> | 14 | #include <stdlib.h> |
16 | #include <string.h> | 15 | #include <string.h> |