printer YANG FEATURE initial implementation of YANG printer
diff --git a/src/libyang.h b/src/libyang.h
index 3c001fc..7b89268 100644
--- a/src/libyang.h
+++ b/src/libyang.h
@@ -26,6 +26,7 @@
 #include "dict.h"
 #include "context.h"
 #include "tree_schema.h"
+#include "printer_schema.h"
 
 /**
  * @mainpage About