[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-dev] [Patch] src/ext/tinytest_demo.c



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
_______________________________________________
tor-dev mailing list
tor-dev@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev