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/src/xpath.c b/src/xpath.c index 1a13f1f..2b2dcbc 100644 --- a/src/xpath.c +++ b/src/xpath.c
@@ -29,6 +29,7 @@ #include <string.h> #include "common.h" +#include "compat.h" #include "context.h" #include "dict.h" #include "hash_table.h"