diff options
Diffstat (limited to 'src/query.c')
-rw-r--r-- | src/query.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/query.c b/src/query.c index fe2988f..29ad96e 100644 --- a/src/query.c +++ b/src/query.c @@ -14,12 +14,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <limits.h> +#include "lilv_internal.h" + +#include "lilv/lilv.h" +#include "sord/sord.h" +#include "zix/tree.h" + #include <stdlib.h> #include <string.h> -#include "lilv_internal.h" - typedef enum { LILV_LANG_MATCH_NONE, ///< Language does not match at all LILV_LANG_MATCH_PARTIAL, ///< Partial (language, but not country) match |