]> git.sur5r.net Git - i3/i3/blobdiff - libi3/ipc_connect.c
Merge branch 'master' into next
[i3/i3] / libi3 / ipc_connect.c
index 2c41fcc2d54b9144ead4b214aa6d9f2e1178555d..44ff7056e4cb9b0766d9e76a71a8fd280fc072ac 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 <sys/types.h>
@@ -15,6 +12,8 @@
 #include <err.h>
 #include <stdlib.h>
 
+#include "libi3.h"
+
 /*
  * Connects to the i3 IPC socket and returns the file descriptor for the
  * socket. die()s if anything goes wrong.