]> git.sur5r.net Git - i3/i3/blobdiff - libi3/get_socket_path.c
Merge branch 'fix-i3bar-multi-dpy'
[i3/i3] / libi3 / get_socket_path.c
index 9e02ec51bedee2f7a673a7d033fc8e4f44fe27d8..d623b6c380950677d561ca0c854660e8e92a1cb4 100644 (file)
@@ -2,10 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- *
- * © 2009-2011 Michael Stapelberg and contributors
- *
- * See file LICENSE for license information.
+ * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
  *
  */
 #include <stdio.h>
@@ -16,6 +13,8 @@
 #include <xcb/xcb.h>
 #include <xcb/xcb_aux.h>
 
+#include "libi3.h"
+
 /*
  * Try to get the socket path from X11 and return NULL if it doesn’t work.
  *