ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/bind.hpp b/include/ndnboost/bind.hpp
index 4421619..3653c87 100644
--- a/include/ndnboost/bind.hpp
+++ b/include/ndnboost/bind.hpp
@@ -1,5 +1,5 @@
-#ifndef BOOST_BIND_HPP_INCLUDED
-#define BOOST_BIND_HPP_INCLUDED
+#ifndef NDNBOOST_BIND_HPP_INCLUDED
+#define NDNBOOST_BIND_HPP_INCLUDED
 
 // MS compatible compilers support #pragma once
 
@@ -21,4 +21,4 @@
 
 #include <ndnboost/bind/bind.hpp>
 
-#endif // #ifndef BOOST_BIND_HPP_INCLUDED
+#endif // #ifndef NDNBOOST_BIND_HPP_INCLUDED