summaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-11-13 10:19:35 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-11-13 10:19:35 -0200
commitfb9be62f793240234ee3cedd29678b5103e3824d (patch)
tree646f19ea819ad287af377aa70b16a370b88a5cf4 /ltests.h
parent7c0175bc833f8cf08a5ea7d27c80ef3e2071968b (diff)
downloadlua-github-fb9be62f793240234ee3cedd29678b5103e3824d.tar.gz
includes 'stdio.h' to allow prints when testing
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index 82ccc97c..e3d1ca1e 100644
--- a/ltests.h
+++ b/ltests.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltests.h,v 2.50 2016/07/19 17:13:00 roberto Exp roberto $
+** $Id: ltests.h,v 2.51 2017/06/27 11:35:31 roberto Exp roberto $
** Internal Header for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
@@ -8,6 +8,7 @@
#define ltests_h
+#include <stdio.h>
#include <stdlib.h>
/* test Lua with no compatibility code */