소스 검색

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

Nick Mathewson 14 년 전
부모
커밋
1d703ed22b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>