enter/exit map sort of working
diff --git a/src/qcbor_err_to_str.c b/src/qcbor_err_to_str.c
index 3f9db0a..521b8c5 100644
--- a/src/qcbor_err_to_str.c
+++ b/src/qcbor_err_to_str.c
@@ -10,7 +10,7 @@
  Created on 3/21/20
  =============================================================================*/
 
-#include "qcbor.h"
+#include "qcbor/qcbor_common.h"
 
 #define _ERR_TO_STR(errpart) case QCBOR_##errpart: return "QCBOR_" #errpart;