commit 1d703ed22b249567c2df31db9035a4dda66483ca Author: Nick Mathewson nickm@torproject.org Date: Tue May 10 16:19:58 2011 -0400
Add a "di_ops.h" include to util.h --- src/common/util.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/common/util.h b/src/common/util.h index fcea9c5..7bc5286 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -14,6 +14,7 @@ #include "orconfig.h" #include "torint.h" #include "compat.h" +#include "di_ops.h" #include <stdio.h> #include <stdlib.h>
tor-commits@lists.torproject.org