commit 374f6c461240d8896ed3d9c73bad3873bba580ae
parent 4bdf9962bfd413077d979af4ddc406e7fcd4bbd6
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Mon, 16 Feb 2015 11:14:08 -0200
detail ('fopen' needs 'stdio.h')
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/loadlib.c b/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
** See Copyright Notice in lua.h
**
@@ -14,6 +14,7 @@
#include "lprefix.h"
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>