commit | 535ea9f56c36dddf56b3ef8e3e0ce1b8fa80841e | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri May 29 16:01:05 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri May 29 16:01:05 2020 +0200 |
tree | 788741d4c492778bec3df0e320a647103d7462be | |
parent | 146763543afcead927c2882cfafbf77ab91ba6e0 [diff] [blame] |
libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098)
diff --git a/src/printer.h b/src/printer.h index 00d34e3..f9ac3af 100644 --- a/src/printer.h +++ b/src/printer.h
@@ -15,8 +15,11 @@ #ifndef LY_PRINTER_H_ #define LY_PRINTER_H_ +#include <stdio.h> #include <unistd.h> +#include "log.h" + /** * @brief Printer output structure specifying where the data are printed. */