context BUGFIX add context.c into a build system and fix issues
diff --git a/src/dict.h b/src/dict.h
index d24c522..2099012 100644
--- a/src/dict.h
+++ b/src/dict.h
@@ -19,12 +19,13 @@
 #include <stdint.h>
 #include <string.h>
 
-#include "libyang.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+/* dummy context structure */
+struct ly_ctx;
+
 /**
  * @defgroup dict Dictionary
  * @{