compose: use a ternary tree instead of a regular trie
[platform/upstream/libxkbcommon.git] / src / xkbcomp / expr.c
index 5e310db..dbdf734 100644 (file)
@@ -24,6 +24,8 @@
  *
  ********************************************************/
 
+#include "config.h"
+
 #include "xkbcomp-priv.h"
 #include "text.h"
 #include "expr.h"