]> git.sur5r.net Git - i3/i3/blobdiff - include/load_layout.h
i3bar: ensure get_buffer does not leak memory
[i3/i3] / include / load_layout.h
index 8736a50cf46559dead850d0edb66a8e3717eab2a..0dd8131842ba2adb3f75f7b11a5151e6c41d406a 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2014 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * load_layout.c: Restore (parts of) the layout, for example after an inplace
  *                restart.
@@ -10,6 +10,8 @@
  */
 #pragma once
 
+#include <config.h>
+
 typedef enum {
     // We could not determine the content of the JSON file. This typically
     // means it’s unreadable or contains garbage.