]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/parse_json_header.h
Merge branch 'next' into master
[i3/i3] / i3bar / include / parse_json_header.h
index ef13cf78dd7564c4b686e3ad0e9d958f9f581b81..d834fe0542e49b7d489edce3ac7830feb0d3f82d 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3bar - an xcb-based status- and ws-bar for i3
- * © 2010-2012 Axel Wagner and contributors (see also: LICENSE)
+ * © 2010 Axel Wagner and contributors (see also: LICENSE)
  *
  * parse_json_header.c: Parse the JSON protocol header to determine
  *                      protocol version and features.
@@ -10,6 +10,8 @@
  */
 #pragma once
 
+#include <config.h>
+
 #include <stdint.h>
 
 /**