[sr-dev] git:master: core: fixed small issue w/ include directive

Marius Zbihlei marius.zbihlei at 1and1.ro
Thu Oct 11 10:00:20 CEST 2012


Module: sip-router
Branch: master
Commit: baf9486e80018206d4edcdfb666b393d8b43aadf
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=baf9486e80018206d4edcdfb666b393d8b43aadf

Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Date:   Thu Oct 11 10:59:45 2012 +0300

core: fixed small issue w/ include directive

---

 resolve.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/resolve.h b/resolve.h
index 66fd3ff..6e7a2bf 100644
--- a/resolve.h
+++ b/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) */




More information about the sr-dev mailing list