Browse Source

Add a "di_ops.h" include to util.h

Nick Mathewson 14 years ago
parent
commit
1d703ed22b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/util.h

+ 1 - 0
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>