build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace

Also fixing a small bug in wscript.

Change-Id: I8f20caa177cc015b7433d1ecd3db385f533437c6
diff --git a/src/transport/transport.hpp b/src/transport/transport.hpp
index 3c82c87..41861b4 100644
--- a/src/transport/transport.hpp
+++ b/src/transport/transport.hpp
@@ -8,7 +8,7 @@
 #ifndef NDN_TRANSPORT_HPP
 #define NDN_TRANSPORT_HPP
 
-#include "common.hpp"
+#include "../common.hpp"
 
 #include <vector>
 #include <boost/asio.hpp>