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

Gisle Vanem gvanem at yahoo.no
Thu Jan 8 01:07:37 UTC 2015


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


More information about the tor-dev mailing list