]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/mode.h
Ensure all *.[ch] files include config.h
[i3/i3] / i3bar / include / mode.h
index 37e8e01793d75fea581bd564f58a6155770ddaf0..5c87d904874f6728112d0cf9af4b043292bc9a09 100644 (file)
@@ -2,13 +2,15 @@
  * 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)
  *
  * mode.c: Handle "mode" event and show current binding mode in the bar
  *
  */
 #pragma once
 
+#include <config.h>
+
 #include <xcb/xproto.h>
 
 #include "common.h"