]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a "di_ops.h" include to util.h
authorNick Mathewson <nickm@torproject.org>
Tue, 10 May 2011 20:19:58 +0000 (16:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 May 2011 20:12:51 +0000 (16:12 -0400)
src/common/util.h

index fcea9c5b883d4997874382873c5617e85700ad9e..7bc5286a84d9730a86b00c355016f23b0ff0d060 100644 (file)
@@ -14,6 +14,7 @@
 #include "orconfig.h"
 #include "torint.h"
 #include "compat.h"
+#include "di_ops.h"
 #include <stdio.h>
 #include <stdlib.h>