Revamp qstrs: they now include length and hash.

Can now have null bytes in strings.  Can define ROM qstrs per port using
qstrdefsport.h
diff --git a/py/objzip.c b/py/objzip.c
index 72db06a..6560a08 100644
--- a/py/objzip.c
+++ b/py/objzip.c
@@ -3,6 +3,7 @@
 
 #include "misc.h"
 #include "mpconfig.h"
+#include "qstr.h"
 #include "obj.h"
 #include "runtime.h"