[tor-commits] [tor/release-0.2.1] Add a "di_ops.h" include to util.h
arma at torproject.org
arma at torproject.org
Sat May 14 03:38:10 UTC 2011
commit 1d703ed22b249567c2df31db9035a4dda66483ca
Author: Nick Mathewson <nickm at 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>
More information about the tor-commits
mailing list