]> git.sur5r.net Git - i3/i3/blobdiff - include/config_parser.h
Merge branch 'release-4.16.1'
[i3/i3] / include / config_parser.h
index 2ba79a68b8fa0f338a70b7f0919061f77fe839e1..009538f2d40625d31ba19976aeab2e4d88a63a8f 100644 (file)
@@ -9,12 +9,14 @@
  */
 #pragma once
 
+#include <config.h>
+
 #include <yajl/yajl_gen.h>
 
 SLIST_HEAD(variables_head, Variable);
 extern pid_t config_error_nagbar_pid;
 
-/*
+/**
  * An intermediate reprsentation of the result of a parse_config call.
  * Currently unused, but the JSON output will be useful in the future when we
  * implement a config parsing IPC command.