tools: adapt to ndn-cxx SegmentFetcher API change
Refs: #2734
Change-Id: Ibce8942007d0b26f34b212140a7b4313c4b6a397
diff --git a/tools/nfdc.hpp b/tools/nfdc.hpp
index daf2f41..3928ae5 100644
--- a/tools/nfdc.hpp
+++ b/tools/nfdc.hpp
@@ -31,6 +31,7 @@
#include <ndn-cxx/util/time.hpp>
#include <ndn-cxx/management/nfd-controller.hpp>
#include <ndn-cxx/util/face-uri.hpp>
+#include <ndn-cxx/security/validator-null.hpp>
#include <memory>
namespace nfdc {
@@ -120,6 +121,7 @@
bool m_allowCreate;
SuccessCallback m_onSucceed;
FailureCallback m_onFail;
+ ndn::ValidatorNull m_validator;
};
explicit