mgmt: StatusServer uses ndn::nfd::ForwarderStatus

refs #1422

Change-Id: Iea201b62391ecb2e4376ad85c5dcfefed4500515
diff --git a/tools/nfd-status.cpp b/tools/nfd-status.cpp
index b15df61..f1e5afd 100644
--- a/tools/nfd-status.cpp
+++ b/tools/nfd-status.cpp
@@ -11,7 +11,7 @@
 
 #include <ndn-cpp-dev/management/nfd-fib-entry.hpp>
 #include <ndn-cpp-dev/management/nfd-face-status.hpp>
-#include <ndn-cpp-dev/management/nfd-status.hpp>
+#include <ndn-cpp-dev/management/nfd-forwarder-status.hpp>
 
 namespace ndn {
 
@@ -92,7 +92,7 @@
   {
     std::cout << "General NFD status:" << std::endl;
 
-    nfd::Status status(data.getContent());
+    nfd::ForwarderStatus status(data.getContent());
     std::cout << "               version="
               << status.getNfdVersion() << std::endl;
     std::cout << "             startTime="