context: add a helper function to return the default system include path
[platform/upstream/libxkbcommon.git] / src / context.h
index 03e6d50..9584dbc 100644 (file)
@@ -59,6 +59,9 @@ const char *
 xkb_context_failed_include_path_get(struct xkb_context *ctx,
                                     unsigned int idx);
 
+const char *
+xkb_context_include_path_get_system_path(struct xkb_context *ctx);
+
 /*
  * Returns XKB_ATOM_NONE if @string was not previously interned,
  * otherwise returns the atom.