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/util/crypto.hpp b/src/util/crypto.hpp
index 5fb5d35..8d4aa0b 100644
--- a/src/util/crypto.hpp
+++ b/src/util/crypto.hpp
@@ -7,7 +7,7 @@
 #ifndef NDN_UTIL_CRYPTO_HPP
 #define NDN_UTIL_CRYPTO_HPP
 
-#include "common.hpp"
+#include "../common.hpp"
 
 #include <openssl/ssl.h>
 #include <openssl/rsa.h>