libyang BUGFIX presence of the compat.h include
diff --git a/src/printer_yang.c b/src/printer_yang.c
index 25012b2..6bde9de 100755
--- a/src/printer_yang.c
+++ b/src/printer_yang.c
@@ -21,6 +21,7 @@
 #include <string.h>
 
 #include "common.h"
+#include "compat.h"
 #include "log.h"
 #include "plugins_types.h"
 #include "printer.h"