commit | aa45bda5ec1ca74656df539de1027f194bacf560 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Mon Jul 20 07:43:38 2020 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Jul 20 07:43:38 2020 +0200 |
tree | be57f20ed5ecc0716af357a447f703001483ba0f | |
parent | cc3a1b6df5ceaa9dbf0e453da9a864248753f223 [diff] [blame] |
libyang BUGFIX presence of the compat.h include
diff --git a/src/printer_yin.c b/src/printer_yin.c index 8a1139d..d825733 100644 --- a/src/printer_yin.c +++ b/src/printer_yin.c
@@ -19,6 +19,7 @@ #include <stdlib.h> #include "common.h" +#include "compat.h" #include "log.h" #include "printer.h" #include "printer_internal.h"