1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

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

This commit is contained in:
Roberto Ierusalimschy
2015-02-16 11:14:33 -02:00
parent 4bdf9962bf
commit 374f6c4612
+2 -1
View File
@@ -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>