diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-11-13 10:19:35 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-11-13 10:19:35 -0200 |
commit | fb9be62f793240234ee3cedd29678b5103e3824d (patch) | |
tree | 646f19ea819ad287af377aa70b16a370b88a5cf4 /ltests.h | |
parent | 7c0175bc833f8cf08a5ea7d27c80ef3e2071968b (diff) | |
download | lua-fb9be62f793240234ee3cedd29678b5103e3824d.tar.gz lua-fb9be62f793240234ee3cedd29678b5103e3824d.tar.bz2 lua-fb9be62f793240234ee3cedd29678b5103e3824d.zip |
includes 'stdio.h' to allow prints when testing
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.50 2016/07/19 17:13:00 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.51 2017/06/27 11:35:31 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -8,6 +8,7 @@ | |||
8 | #define ltests_h | 8 | #define ltests_h |
9 | 9 | ||
10 | 10 | ||
11 | #include <stdio.h> | ||
11 | #include <stdlib.h> | 12 | #include <stdlib.h> |
12 | 13 | ||
13 | /* test Lua with no compatibility code */ | 14 | /* test Lua with no compatibility code */ |