Browse Source

core: fixed small issue w/ include directive

Marius Zbihlei 13 năm trước cách đây
mục cha
commit
baf9486e80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resolve.h

+ 1 - 1
resolve.h

@@ -59,7 +59,7 @@
 #endif
 
 #ifdef USE_DNSSEC
-#include "validator/validator.h"
+#include <validator/validator.h>
 #endif
 
 /* define RESOLVE_DBG for debugging info (very noisy) */