libyang BUGFIX presence of the compat.h include
diff --git a/src/context.c b/src/context.c
index 486110c..cd3accb 100644
--- a/src/context.c
+++ b/src/context.c
@@ -26,6 +26,7 @@
 #include <unistd.h>
 
 #include "common.h"
+#include "compat.h"
 #include "hash_table.h"
 #include "parser.h"
 #include "parser_data.h"