]> git.sur5r.net Git - i3/i3/blobdiff - include/assignments.h
Merge branch 'release-4.16.1'
[i3/i3] / include / assignments.h
index b83ee03faab0c3252e49c1f625048c417b9bb96c..a4dc766b5e96e59b7be80a5799b58e9b7a1dab96 100644 (file)
@@ -2,13 +2,15 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * assignments.c: Assignments for specific windows (for_window).
  *
  */
 #pragma once
 
+#include <config.h>
+
 /**
  * Checks the list of assignments for the given window and runs all matching
  * ones (unless they have already been run for this specific window).