aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-10 16:19:58 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-11 16:12:51 -0400
commit1d703ed22b249567c2df31db9035a4dda66483ca (patch)
tree38b208eacae89419b27e3dec136928580b835ddc
parent4b19730c8234de3587bd50256fcb11660fb07388 (diff)
downloadtor-1d703ed22b249567c2df31db9035a4dda66483ca.tar.gz
tor-1d703ed22b249567c2df31db9035a4dda66483ca.zip
Add a "di_ops.h" include to util.h
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index fcea9c5b88..7bc5286a84 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>