2
0
Roberto Ierusalimschy 28 жил өмнө
parent
commit
4e91384e14
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      liolib.c

+ 3 - 3
liolib.c

@@ -1,15 +1,15 @@
 /*
-** $Id: liolib.c,v 1.10 1997/12/17 20:48:58 roberto Exp roberto $
+** $Id: liolib.c,v 1.11 1997/12/18 18:32:39 roberto Exp roberto $
 ** Standard I/O (and system) library
 ** See Copyright Notice in lua.h
 */
 
 
+#include <errno.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <time.h>
-#include <stdlib.h>
-#include <errno.h>
 
 #include "lauxlib.h"
 #include "lua.h"