[Patch] src/ext/tinytest_demo.c

8 Jan
2015
8 Jan
'15
1:07 a.m.
The "compat.h" is needed due to the use of 'OP_EQ', etc: diff --git a/src/ext/tinytest_demo.c b/src/ext/tinytest_demo.c index c07f099..cfb524b 100644 --- a/src/ext/tinytest_demo.c +++ b/src/ext/tinytest_demo.c @@ -30,6 +30,7 @@ /* Make sure you include these headers. */ #include "tinytest.h" #include "tinytest_macros.h" +#include "compat.h" #include <stdio.h> #include <stdlib.h> -- --gv
3798
Age (days ago)
3798
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gisle Vanem