Browse Source

core: fixed small issue w/ include directive

Marius Zbihlei 13 years ago
parent
commit
baf9486e80
1 changed files with 1 additions and 1 deletions
  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) */