core: Add IpAddressPredicate for white-/blacklisting IP address subnets

Change-Id: I9f67c4bcbc55e8a8de0bb70812c5562ba083c948
Refs: #4546
diff --git a/daemon/face/face-system.hpp b/daemon/face/face-system.hpp
index 87c0fc3..18da37e 100644
--- a/daemon/face/face-system.hpp
+++ b/daemon/face/face-system.hpp
@@ -28,7 +28,7 @@
 
 #include "channel.hpp"
 #include "core/config-file.hpp"
-#include "core/network-interface-predicate.hpp"
+#include "core/network-predicate.hpp"
 #include <ndn-cxx/net/network-address.hpp>
 #include <ndn-cxx/net/network-interface.hpp>
 #include <ndn-cxx/net/network-monitor.hpp>