commit | 5aa44c06777bf2206bccdd4fe53fd3e559d30dda | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Mon Jun 29 11:47:02 2020 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Wed Jul 01 12:47:30 2020 +0200 |
tree | 944da1d3a1c2142bac147927ece694e02fa99f57 | |
parent | e893ddd8eb603126ed8505a07e12b1d5d511d014 [diff] [blame] |
compat FEATURE use standalone compat "library"
diff --git a/tools/lint/commands.c b/tools/lint/commands.c index 29de1cc..a456e47 100644 --- a/tools/lint/commands.c +++ b/tools/lint/commands.c
@@ -25,6 +25,7 @@ #include <string.h> #include <sys/stat.h> +#include "compat.h" #include "libyang.h" COMMAND commands[];