浏览代码

detail ('fopen' needs 'stdio.h')

Roberto Ierusalimschy 10 年之前
父节点
当前提交
374f6c4612
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      loadlib.c

+ 2 - 1
loadlib.c

@@ -1,5 +1,5 @@
 /*
 /*
-** $Id: loadlib.c,v 1.124 2015/01/05 13:51:39 roberto Exp roberto $
+** $Id: loadlib.c,v 1.125 2015/01/13 13:18:04 roberto Exp roberto $
 ** Dynamic library loader for Lua
 ** Dynamic library loader for Lua
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 **
 **
@@ -14,6 +14,7 @@
 #include "lprefix.h"
 #include "lprefix.h"
 
 
 
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>